minor changes

This commit is contained in:
Christopher Roy Bratusek 2014-05-14 21:11:25 +02:00
parent 5075968f01
commit 7695cc11f7
3 changed files with 4 additions and 4 deletions

@ -16,6 +16,8 @@ v4.94:
whether to share save with the original game
if you set them they will be applied for all mkwiimm patchers and no
further user interactions with the wiimm patcher is needed.
- NOTE: error-handling for mkwiimm, wiimmfi generic and wiimmfi mario
kart is not yet complete
v4.93:
- various fixups

@ -96,12 +96,10 @@ PRIV_SAVEGAME=${MKWIIMM_OWN_SAVE}" > ${PWD}/config.def
rm -rf ${FILENAME/.7z}
if [[ ${PATCHIMAGE_COVER_DOWNLOAD} == TRUE ]]; then
echo "\n*** Z) download_covers"
echo -e "\n*** Z) download_covers"
download_covers RMC${REG}${ID}
fi
echo "*** SUCCESS ***"
}
patch_wiimm () {

@ -53,7 +53,7 @@ patch_wiimm () {
rm -f ${ID}
if [[ ${PATCHIMAGE_COVER_DOWNLOAD} == TRUE ]]; then
echo "\n*** Z) download_covers"
echo -e "\n*** Z) download_covers"
download_covers ${ID/.*}
fi