]> git.pld-linux.org Git - packages/php.git/commitdiff
- there must be a space before "]"
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Mon, 22 Jan 2001 11:38:43 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-module-install -> 1.2

php-module-install

index c5cee55924c2274b869b0d0ede9701ec79fce1ce..db68b202fa69d6ef8a03620cec0076e755b03285 100644 (file)
@@ -40,10 +40,10 @@ if [ "$#" = 3 ]; then
        MODNAME="$2"
        INIFILE="$3"
 
-       if [ "$1" = "install"]; then
+       if [ "$1" = "install" ]; then
                install
        else
-               if [ "$1" = "remove"]; then
+               if [ "$1" = "remove" ]; then
                        remove
                else
                        usage
This page took 0.043845 seconds and 4 git commands to generate.