diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-02 21:28:24 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-02 21:28:24 +0000 |
commit | 6c6739352ad850b9b257239bd8e3626bec89e8c0 (patch) | |
tree | 125fdd1c0aba7faa81e55b7e57b22b4bbf850480 /scripts/buildinstall | |
parent | 4b3168eb03d29b09152ffc5d843f338823b3b899 (diff) | |
download | anaconda-6c6739352ad850b9b257239bd8e3626bec89e8c0.tar.gz anaconda-6c6739352ad850b9b257239bd8e3626bec89e8c0.tar.xz anaconda-6c6739352ad850b9b257239bd8e3626bec89e8c0.zip |
use quotes
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-x | scripts/buildinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index 3e8a38fde..50d9e03a7 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -40,7 +40,7 @@ MK_IMAGES=$BUILDINSTDIR/mk-images echo "Building 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 |