From: Sebastian Zagrodzki Date: Mon, 22 Jan 2001 11:38:43 +0000 (+0000) Subject: - there must be a space before "]" X-Git-Tag: deadbranch-1.5.2~13 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=20e49c68fbae3e0c58736da876ddf5edc8cf657c;p=packages%2Fphp.git - there must be a space before "]" Changed files: php-module-install -> 1.2 --- diff --git a/php-module-install b/php-module-install index c5cee55..db68b20 100644 --- a/php-module-install +++ b/php-module-install @@ -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