]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- bug fixed (there were || not && orignally)
authorpzurowski <pzurowski@pld-linux.org>
Fri, 26 Nov 2004 01:07:45 +0000 (01:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-user_group.sh -> 1.4

rpm-user_group.sh

index 59ea36fe6aef861789b6d192f4bc70a431a88f2c..677c8b8cb417ec223f13022227609d5d69bcb3b4 100644 (file)
@@ -25,9 +25,9 @@ bannercmd()
                echo cat
        else
                if [ "$RPM_SCRIPTVERBOSITY" -lt 2 ]; then
-                       echo "$BANNERCMD -s -M $1"
-               else
                        echo "$BANNERCMD -M $1"
+               else
+                       echo "$BANNERCMD -s -M $1"
                fi
        fi
 }
This page took 0.106181 seconds and 4 git commands to generate.