This commit is contained in:
George Danchev 2011-06-25 14:25:49 +00:00
parent ac01ce83dd
commit e1ec71358e
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ elif [ "${3}" ]; then
XOR="${1}"
DIR="${2}"
IMG="${3}"
if [ "{4}" ]; then
if [ "${4}" ]; then
ISOLINUX_BIN="${4}"
if [ "{5}" ]; then BOOT_CAT="${5}"; fi
if [ "${5}" ]; then BOOT_CAT="${5}"; fi
if [ "${4}" == "-clean" -o "${5}" == "-clean" -o "${6}" == "-clean" ]; then CLEAN=1; fi
fi
# the rest