small fix in patchimage.sh

This commit is contained in:
Christopher Roy Bratusek 2013-06-20 18:01:27 +02:00
parent c8f426100c
commit fc5eb22321

View File

@ -43,7 +43,8 @@ detect_game_version
place_files place_files
if [[ ${XML} == "TRUE" ]]; then if [[ ${XML} == "TRUE" ]]; then
wit dolpatch ${DOL} xml="${XML_FILE}" --source "${XML_SOURCE}" || exit 1 ${WIT} dolpatch ${DOL} xml="${XML_FILE}" --source "${XML_SOURCE}" || exit 1
dolpatch_extra
else else
${PPF} a ${DOL} ${PATCH} || exit 1 ${PPF} a ${DOL} ${PATCH} || exit 1
fi fi