+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.
-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