From 440bb1b9b23aa82035b49f05cbe794ccaf7add25 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 19 Aug 2008 14:23:21 -0400 Subject: Fix a non-shell typo, thanks dgilmore --- scripts/buildrawhide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildrawhide b/scripts/buildrawhide index d8157fd..7e168bc 100755 --- a/scripts/buildrawhide +++ b/scripts/buildrawhide @@ -29,7 +29,7 @@ mock -r fedora-rawhide-x86_64 --init mock -r fedora-rawhide-x86_64 --no-clean --install koji yum createrepo cvs make intltool findutils mash yum-utils rsync repoview mock -r fedora-rawhide-x86_64 --shell "mash -o /mnt/koji/mash/rawhide-$DATE --compsfile /mnt/koji/mash/rawhide-$DATE/logs/comps-rawhide.xml development > /mnt/koji/mash/rawhide-$DATE/logs/mash.log 2>&1" || exit 1 -if [ -n "\$OLD" ]: +if [ -n "\$OLD" ] then mock -r fedora-rawhide-x86_64 --shell "/usr/bin/repodiff -q --new=file:///mnt/koji/mash/rawhide-$DATE/development/source/SRPMS --old=file://\$OLD/development/source/SRPMS > /mnt/koji/mash/rawhide-$DATE/logs/repodiff" fi -- cgit