]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix mismatched parentheses.
authorBruno Haible <bruno@clisp.org>
Wed, 21 May 2003 14:42:47 +0000 (14:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:36 +0000 (12:10 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msggrep.c

index 252587e4976b883d0c2bf02004025f14716edb7d..60f7047accd72024069e5d99a7225ba49b7de118 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-21  Bruno Haible  <bruno@clisp.org>
+
+       * msggrep.c (main) [Solaris]: Fix syntax error.
+       Reported by Valery Beaud <valery.beaud@art.alcatel.fr>.
+
 2003-05-21  Bruno Haible  <bruno@clisp.org>
 
        * xgettext.c (output_syntax): New variable.
index fba6e74147a52a4b356e609b7637597f3394552a..f6928a5265d9afe8606c7ad96c5709d06f946c29 100644 (file)
@@ -346,7 +346,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
         -q and -e.  */
 #if (defined (sun) || defined (__sun)) && defined (__SVR4)
       if ((strcmp (grep_path, "/usr/bin/grep") == 0
-          || strcmp (grep_path, "/bin/grep") == 0))
+          || strcmp (grep_path, "/bin/grep") == 0)
          && access ("/usr/xpg4/bin/grep", X_OK) == 0)
        grep_path = "/usr/xpg4/bin/grep";
 #endif