From ad96da09b33c6014594545dfad1a6a8939291692 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Fri, 15 Dec 2006 22:20:59 +0000 Subject: Remove bogus extra " in front of the file name. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@548 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxossetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/slxossetup b/installer/slxossetup index a330ab6f..14811739 100755 --- a/installer/slxossetup +++ b/installer/slxossetup @@ -115,8 +115,8 @@ function slxossetup_rpm_suse() dest_path=${suffix%__*} dest_path="${dest_path//__//}" dest_file="${suffix//__//}" - test -d ""${SLX_STAGE1_PATH}/${dest_path}" || \ - mkdir ""${SLX_STAGE1_PATH}/${dest_path}" + test -d "${SLX_STAGE1_PATH}/${dest_path}" || \ + mkdir "${SLX_STAGE1_PATH}/${dest_path}" cp -p "${file}" "${SLX_STAGE1_PATH}/${dest_file}" chown root: "${SLX_STAGE1_PATH}/${dest_file}" done -- cgit v1.2.3-55-g7522