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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to