Typo.
authorjbj <devnull@localhost>
Wed, 1 Mar 2000 17:16:47 +0000 (17:16 +0000)
committerjbj <devnull@localhost>
Wed, 1 Mar 2000 17:16:47 +0000 (17:16 +0000)
CVS patchset: 3604
CVS date: 2000/03/01 17:16:47

scripts/freshen.sh

index fd1f848..9e46f0e 100755 (executable)
@@ -39,7 +39,7 @@ for n in $*; do
     else
        if rpm -q `rpm -qp $n` >/dev/null 2>&1
        then
-           ;
+           :
        else
            name=`rpm --qf "%{NAME}" -qp $n`
            $RPM -q $name >/dev/null 2>&1 && args="$args $n"