]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- back to = instead of ==, problem was caused by missing double quotes
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Jun 2006 10:52:07 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    service_generator.sh -> 1.8

service_generator.sh

index 3b49d3b5991047000f5b5b7f5d9c5a214784f2f5..83e765395f04304aba4c0bc17145b1aea8c10fd6 100644 (file)
@@ -9,7 +9,7 @@ if [ -z "$desc" ]; then
 fi
 
 # action stop implies quiet mode and check disabling
-if [ "$action" == "stop" ]; then
+if [ "$action" = "stop" ]; then
        quiet=1
 else
        check=1
This page took 0.049031 seconds and 4 git commands to generate.