don't run setup_tools / check_directories when issuing --help

This commit is contained in:
Christopher Roy Bratusek 2016-07-01 20:11:25 +02:00
parent 880789fc8d
commit e1f8c943cf
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ v6.2.0:
- add support for Tokyo Mirage Sessions #FE US/EUR decensoring - add support for Tokyo Mirage Sessions #FE US/EUR decensoring
- use ${WIT} instead of wit when checking image region for - use ${WIT} instead of wit when checking image region for
MKWiimm and Kirbys Adventure Wii MKWiimm and Kirbys Adventure Wii
- minor internal changes
v6.1.0: v6.1.0:
- update szs to version 1.50a - update szs to version 1.50a

View File

@ -27,12 +27,12 @@ if [[ -e $HOME/.patchimage.rc ]]; then
fi fi
source ${PATCHIMAGE_SCRIPT_DIR}/common.sh source ${PATCHIMAGE_SCRIPT_DIR}/common.sh
optparse "${@}"
check_directories check_directories
setup_tools setup_tools
optparse "${@}"
if [[ ! ${GAME} ]]; then if [[ ! ${GAME} ]]; then
ask_game ask_game
fi fi