mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-01-13 17:29:07 +01:00
parallelworlds.sh: minor fixes and code review
This commit is contained in:
parent
fefc182d69
commit
20969de72d
@ -26,7 +26,7 @@ Supported Versions: US
|
||||
check_input_rom () {
|
||||
|
||||
if [[ ! ${ROM} ]]; then
|
||||
ROM=$(find . -name ${ROM_MASK} | sed -e 's,./,,')
|
||||
ROM=$(find . -name "${ROM_MASK}" | sed -e 's,./,,')
|
||||
if [[ ${ROM} == "" ]]; then
|
||||
echo -e "error: could not find suitable ROM, specify using --rom"
|
||||
exit 15
|
||||
|
Loading…
x
Reference in New Issue
Block a user