mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
don't run setup_tools / check_directories when issuing --help
This commit is contained in:
parent
880789fc8d
commit
e1f8c943cf
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user