]> git.pld-linux.org Git - packages/php.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Apr 2010 22:28:55 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.864

php.spec

index 57922132a722d8bd61c7739cfcd393727948924e..56b84a88fdcc2c3a4fdf3c43d48593aee75d5e67 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -93,7 +93,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel             0.17
+%define                rel             0.18
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -2105,7 +2105,7 @@ sed -ne '/\[.*\]/{s/\(.*\) \[\(.*\)\]/# \1\nmv \2{,.skip}/p}' tests-failed.log \
        >> %{_sourcedir}/skip-tests.sh
 
 failed=$(wc -l < tests-failed.log)
-if [ "$failed" ! = 0 ]; then
+if [ "$failed" != 0 ]; then
        exit 1
 fi
 %endif
This page took 0.116514 seconds and 4 git commands to generate.