parallelworlds.sh: minor fixes and code review

This commit is contained in:
Christopher Roy Bratusek 2016-08-05 20:59:25 +02:00
parent fefc182d69
commit 20969de72d

View File

@ -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