From fc5eb22321d358248fe4c4256106af3e09f1d118 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 20 Jun 2013 18:01:27 +0200 Subject: [PATCH] small fix in patchimage.sh --- patchimage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patchimage.sh b/patchimage.sh index 15bc61b..32ee62b 100755 --- a/patchimage.sh +++ b/patchimage.sh @@ -43,7 +43,8 @@ detect_game_version place_files 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 ${PPF} a ${DOL} ${PATCH} || exit 1 fi