]> git.pld-linux.org Git - packages/php.git/commitdiff
- don't use '\-' in regexp (just in case)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Apr 2005 10:45:38 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.424

php.spec

index 0bb488955f5cc9b8dca972ae25140e79cacb49ac..a38279a3e638e2faf2131c134c1ccdb8fa361137 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -50,7 +50,7 @@
 %bcond_without wddx            # without WDDX extension module
 %bcond_without xmlrpc          # without XML-RPC extension module
 #
-%define        _apache2        %(rpm -q apache-devel 2> /dev/null | grep -Eq '\\-2\\.[0-9]+\\.' && echo 1 || echo 0)
+%define        _apache2        %(rpm -q apache-devel 2> /dev/null | grep -Eq -e '-2\\.[0-9]+\\.' && echo 1 || echo 0)
 %if %{_apache2}
 %define        apxs            /usr/sbin/apxs
 %else
This page took 0.049516 seconds and 4 git commands to generate.