SOURCES: service_generator.sh - back to = instead of ==, problem w...

qboosh qboosh at pld-linux.org
Wed Jun 21 12:52:12 CEST 2006


Author: qboosh                       Date: Wed Jun 21 10:52:12 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- back to = instead of ==, problem was caused by missing double quotes

---- Files affected:
SOURCES:
   service_generator.sh (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/service_generator.sh
diff -u SOURCES/service_generator.sh:1.7 SOURCES/service_generator.sh:1.8
--- SOURCES/service_generator.sh:1.7	Sun Jun 11 19:02:29 2006
+++ SOURCES/service_generator.sh	Wed Jun 21 12:52:07 2006
@@ -9,7 +9,7 @@
 fi
 
 # action stop implies quiet mode and check disabling
-if [ "$action" == "stop" ]; then
+if [ "$action" = "stop" ]; then
 	quiet=1
 else
 	check=1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/service_generator.sh?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list