minor fixup

This commit is contained in:
Christopher Roy Bratusek 2014-05-13 18:07:32 +02:00
parent 4a1bd8c20c
commit 002890c54a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
v4.92:
- wiimmfi mario kart: check if user-provided input is correct
- wiimmfi generic: add generic wiimmfi patcher (only one game at a time)
v4.91:
- update my mail address
- fixed downloading soundtracks

View File

@ -250,7 +250,7 @@ ask_input_image_wiimmfi () {
echo "Choose Wii Game Image to wiimmfi"
for image in ${1}/RMC???.{iso,wbfs}; do
for image in ${1}/??????.{iso,wbfs}; do
if [[ -e ${image} && ! ${image} == "*/RMC*" ]]; then
echo " ${image##*/}"
fi