summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-17 09:46:54 +0100
committerJim Meyering <jim@meyering.net>2007-03-17 09:46:54 +0100
commit87c54fa0aeefe21c3cf9ae59ee9b3536a467106f (patch)
tree62cbaee67b5a4f21b7f2dac16c4bbd847f93681e /bootstrap
parent3715c01f8edd0353ca15dc4db5d1f825111988dd (diff)
downloadcoreutils-87c54fa0aeefe21c3cf9ae59ee9b3536a467106f.tar.xz
* bootstrap: Don't use \> in grep regexp. For HP-UX.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 202d227da..eadf9f5cd 100755
--- a/bootstrap
+++ b/bootstrap
@@ -468,7 +468,7 @@ done
# Import from gettext.
with_gettext=yes
-grep '^[ ]*AM_GNU_GETTEXT_VERSION\>' configure.ac >/dev/null || \
+grep '^[ ]*AM_GNU_GETTEXT_VERSION(' configure.ac >/dev/null || \
with_gettext=no
if test $with_gettext = yes; then