From: Bruno Haible Date: Thu, 13 Mar 2003 19:00:47 +0000 (+0000) Subject: Correct comment. X-Git-Tag: v0.12~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bbfb0aed934abdb6046a397e7efb6518b6777d6;p=thirdparty%2Fgettext.git Correct comment. --- diff --git a/gettext-tools/src/msggrep.c b/gettext-tools/src/msggrep.c index 8e5649583..5306ab993 100644 --- a/gettext-tools/src/msggrep.c +++ b/gettext-tools/src/msggrep.c @@ -330,7 +330,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ on every call. */ grep_path = find_in_path ("grep"); - /* On Solaris >= 2.8, we need to use /usr/xpg4/bin/grep instead of + /* On Solaris, we need to use /usr/xpg4/bin/grep instead of /usr/bin/grep, because /usr/bin/grep doesn't understand the options -q and -e. */ #if (defined (sun) || defined (__sun)) && defined (__SVR4)