SOURCES: awffull.cron - reverse condition - "-q" was overwriting "...
blues
blues at pld-linux.org
Sun Oct 1 16:40:21 CEST 2006
Author: blues Date: Sun Oct 1 14:40:21 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- reverse condition - "-q" was overwriting "-Q" if set both
---- Files affected:
SOURCES:
awffull.cron (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SOURCES/awffull.cron
diff -u SOURCES/awffull.cron:1.6 SOURCES/awffull.cron:1.7
--- SOURCES/awffull.cron:1.6 Sat Jul 1 17:35:04 2006
+++ SOURCES/awffull.cron Sun Oct 1 16:40:16 2006
@@ -10,10 +10,10 @@
export LANG
export LC_ALL
- if [ -n "$REALLY_QUIET" ] && [ "$REALLY_QUIET" = "yes" -o "$REALLY_QUIET" = "YES" ]; then
- AWFFULL_OPTS="-Q"
- elif [ -n "$QUIET" ] && [ "$QUIET" = "yes" -o "$QUIET" = "YES" ]; then
+ if [ -n "$QUIET" ] && [ "$QUIET" = "yes" -o "$QUIET" = "YES" ]; then
AWFFULL_OPTS="-q"
+ elif [ -n "$REALLY_QUIET" ] && [ "$REALLY_QUIET" = "yes" -o "$REALLY_QUIET" = "YES" ]; then
+ AWFFULL_OPTS="-Q"
fi
if [ -n "$MULTIPLE" ] && [ "$MULTIPLE" = "yes" -o "$MULTIPLE" = "YES" ]; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/awffull.cron?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list