grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/src/search.c


From: Charles Levert
Subject: Changes to grep/src/search.c
Date: Wed, 16 Nov 2005 16:26:44 -0500

Index: grep/src/search.c
diff -u grep/src/search.c:1.39 grep/src/search.c:1.40
--- grep/src/search.c:1.39      Fri Nov 11 10:21:25 2005
+++ grep/src/search.c   Wed Nov 16 21:26:44 2005
@@ -616,7 +616,7 @@
 COMPILE_FCT(Pcompile)
 {
 #if !HAVE_LIBPCRE
-  error (2, 0, _("The -P option is not supported"));
+  error (2, 0, "%s", _("Support for the -P option is not compiled into this 
--disable-perl-regexp binary"));
 #else
   int e;
   char const *ep;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]