From a463edbe83d3f3bfeabb52502ff9ec68faf0104f Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Mon, 3 Mar 2008 04:08:25 +0000 Subject: [PATCH] Don't escape quotes when actually running the command git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1350 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ targets/support/create-iso.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ce613a9..be32c656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 03 Mar 2008; Andrew Gaffney + targets/support/create-iso.sh: + Don't escape quotes when actually running the command + 02 Mar 2008; Andrew Gaffney targets/support/kmerge.sh: Pass clst_root_path instead of ROOT to run_emerge, since it overrides ROOT diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 4464de9c..b10c744f 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -197,7 +197,7 @@ case ${clst_hostarch} in echo ">> Running mkisofs to create iso image...." echo ">> mkisofs -r -U -chrp-boot -netatalk -hfs -probe -map ${clst_target_path}boot/map.hfs -part -no-desktop -hfs-volid \"${clst_iso_volume_id}\" -hfs-bless ${clst_target_path}boot -hide-hfs \"zisofs\" -hide-hfs \"stages\" -hide-hfs \"distfiles\" -hide-hfs \"snapshots\" ${mkisofs_opts}" - mkisofs -r -U -chrp-boot -netatalk -hfs -probe -map ${clst_target_path}boot/map.hfs -part -no-desktop -hfs-volid \"${clst_iso_volume_id}\" -hfs-bless ${clst_target_path}boot -hide-hfs \"zisofs\" -hide-hfs \"stages\" -hide-hfs \"distfiles\" -hide-hfs \"snapshots\" ${mkisofs_opts} || die "Cannot make ISO image" + mkisofs -r -U -chrp-boot -netatalk -hfs -probe -map ${clst_target_path}boot/map.hfs -part -no-desktop -hfs-volid "${clst_iso_volume_id}" -hfs-bless ${clst_target_path}boot -hide-hfs "zisofs" -hide-hfs "stages" -hide-hfs "distfiles" -hide-hfs "snapshots" ${mkisofs_opts} || die "Cannot make ISO image" ;; sparc*) # Old silo (<=1.2.6) requires a specially built mkisofs -- 2.26.2