From e427428ac71bd75a2f5e792985c6c21162789e82 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 May 2010 02:42:08 -0400 Subject: Sort by , --- PCBSD/pc-sysinstall/backend/functions-extractimage.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'PCBSD/pc-sysinstall') diff --git a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh index 8f630e6..adbfebf 100644 --- a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh +++ b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh @@ -273,6 +273,8 @@ init_extraction() then INSFILE="${VAL}" ; export INSFILE fi + oIFS=$IFS + IFS="," for FILE in $INSFILE; do echo_log "pc-sysinstall: Running cpdup -vvv -I -o /${FILE} /mnt/${FILE}" /usr/local/bin/cpdup -vvv -I -o /${FILE} /mnt/ >&1 2>&1 @@ -282,6 +284,9 @@ init_extraction() exit_err "ERROR: Error occurred during cpdup" fi done + oIFS=$IFS + IFS=" +" return ;; dvd|usb) # Lets start by mounting the disk -- cgit v1.1