]> git.pld-linux.org Git - packages/rpm-pld-macros.git/blobdiff - service_generator.sh
- use == instead of = for tests
[packages/rpm-pld-macros.git] / service_generator.sh
index dd52786c6bb06193edbbf1deecf70ec8b439c25f..3b49d3b5991047000f5b5b7f5d9c5a214784f2f5 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.029793 seconds and 4 git commands to generate.