commit:     ca8695e0239981fa7f31e0f3eef2fadf8778ddb4
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 18:45:34 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 18:45:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ca8695e0

revert one bad line from the quoting patch.  this still isn't right, but it 
restores the old and functional behavior as long as there is no space in the 
path

 targets/support/create-iso.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 9714378..b4077c3 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -269,7 +269,7 @@ case ${clst_hostarch} in
                then
                        if [ -d "${clst_target_path}/boot" ]
                        then
-                               if [ -n "$(ls \"${clst_target_path}/boot\")" ]
+                               if [ -n "$(ls ${clst_target_path}/boot)" ]
                                then
                                        mv "${clst_target_path}"/boot/* 
"${clst_target_path}/isolinux"
                                        rm -r "${clst_target_path}/boot"

Reply via email to