diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-17 09:46:54 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-17 09:46:54 +0100 |
commit | 87c54fa0aeefe21c3cf9ae59ee9b3536a467106f (patch) | |
tree | 62cbaee67b5a4f21b7f2dac16c4bbd847f93681e /bootstrap | |
parent | 3715c01f8edd0353ca15dc4db5d1f825111988dd (diff) | |
download | coreutils-87c54fa0aeefe21c3cf9ae59ee9b3536a467106f.tar.xz |
* bootstrap: Don't use \> in grep regexp. For HP-UX.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |