]> git.pld-linux.org Git - packages/awffull.git/commitdiff
- reverse condition - "-q" was overwriting "-Q" if set both
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 1 Oct 2006 14:40:16 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awffull.cron -> 1.7

awffull.cron

index 5a336c3b06e112edeb3348bc3b47befb337ae34f..4455e1f841aa9c5d0bf8f34b6b8ea808fbdcb305 100644 (file)
@@ -10,10 +10,10 @@ if [ -n "$ENABLE" ] && [ "$ENABLE" = "yes" -o "$ENABLE" = "YES" ]; then
        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
This page took 0.19581 seconds and 4 git commands to generate.