- fixed that the script expected wrong parameter --show-downloadlink

instead of correct --show-download
This commit is contained in:
Christopher Roy Bratusek 2016-08-23 18:44:42 +02:00
parent a202f93602
commit 99d7dce0dc
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ v7.2.2:
::bug fixes
- fix PATCHIMAGE_3DS_DIR setup when no ${HOME}/.patchimage.rc exists
- fix PATCHIMAGE_ROM_DIR setup when no ${HOME}/.patchimage.rc exists
- fixed that the script expected wrong parameter --show-downloadlink
instead of correct --show-download
- fix error messages or required user-input during batch-build by
creating a separate build directory, then create the mod and before
the next build is done that build directory is removed and re-created

View File

@ -517,7 +517,7 @@ while [[ $xcount -lt $pcount ]]; do
export PATCHIMAGE_RIIVOLUTION_DOWNLOAD=TRUE
;;
--show-downloadlink )
--show-download )
export PATCHIMAGE_SHOW_DOWNLOAD=TRUE
;;