]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - service_generator.sh
- tmpdir moved to main macros; sane buildroot by default
[packages/rpm-build-macros.git] / 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.083686 seconds and 4 git commands to generate.