tell the user where we saved file was created

This commit is contained in:
Christopher Roy Bratusek 2013-07-07 08:38:25 +02:00
parent 658eddb34b
commit e885d7def6

View File

@ -81,10 +81,11 @@ case ${GAME_TYPE} in
dolpatch
if [[ ${CUSTOMID} ]]; then
${WIT} cp -v -B ${WORKDIR} ${CUSTOMID}.wbfs -vv --disc-id=${CUSTOMID} ${TMD_OPTS} --name "${GAMENAME}"
else
${WIT} cp -v -B ${WORKDIR} ${GAMEID}.wbfs -vv --disc-id=${GAMEID} ${TMD_OPTS} --name "${GAMENAME}"
GAMEID = ${CUSTOMID}
fi
${WIT} cp -v -B ${WORKDIR} ${GAMEID}.wbfs -vv --disc-id=${GAMEID} ${TMD_OPTS} --name "${GAMENAME}" || exit 1
echo -e "\n >>> ${GAMENAME} saved as:\n >>> ${GAMEID}.wbfs"
;;
"IPS" )