summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-02 04:13:15 +0000
committerMatt Wilson <msw@redhat.com>2000-06-02 04:13:15 +0000
commit9f9bf5b2e56ec54036138bb79d5ab68e58ad5e51 (patch)
tree3973d9c8c7551a97e840e556813bbb4689f34fcf /scripts/buildinstall
parent0a202e4deae1322248d3d4c130c096d6bc6cb223 (diff)
downloadanaconda-9f9bf5b2e56ec54036138bb79d5ab68e58ad5e51.tar.gz
anaconda-9f9bf5b2e56ec54036138bb79d5ab68e58ad5e51.tar.xz
anaconda-9f9bf5b2e56ec54036138bb79d5ab68e58ad5e51.zip
no quotes
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 69f8f5603..0d198069c 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -39,7 +39,7 @@ MK_IMAGES=$BUILDINSTDIR/mk-images
$UPD_INSTROOT $p/RedHat/RPMS $p/image-template $p/RedHat/instimage $BUILDARCH
if [ -x /usr/bin/runroot ]; then
- runroot dist-7.0 --arch $BUILDARCH "cd $BUILDINSTDIR\; $MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH"
+ runroot dist-7.0 --arch $BUILDARCH cd $BUILDINSTDIR\; $MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH
else
$MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH
fi