diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2006-06-14 15:46:16 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2006-06-14 15:46:16 +0000 |
commit | 9b729a1824bd005254b2fd3cd9e366b66590624c (patch) | |
tree | d90f14cf9898f9ef617c4eb3d11448be100800db /scripts | |
parent | 9bdd825d329fc6cfab398dbdb32684d23693cba2 (diff) | |
download | anaconda-9b729a1824bd005254b2fd3cd9e366b66590624c.tar.gz anaconda-9b729a1824bd005254b2fd3cd9e366b66590624c.tar.xz anaconda-9b729a1824bd005254b2fd3cd9e366b66590624c.zip |
mm, quoting...
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.ppc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc index 03b14b8f5..7d338baee 100644 --- a/scripts/mk-images.ppc +++ b/scripts/mk-images.ppc @@ -119,7 +119,7 @@ doPostImages() { fi if [ -d $TOPDESTPATH/isopath/ppc/mac ]; then - MACBOOT="-hfs-volid \"$VERSION\" -hfs-bless \"$TOPDESTPATH/isopath/ppc/mac\"" + MACBOOT="-hfs-volid $VERSION -hfs-bless $TOPDESTPATH/isopath/ppc/mac" fi # Create the boot.iso |