diff --git a/src/mido.sh b/src/mido.sh index 49bc732..4c01efc 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -452,7 +452,7 @@ getESD() { winCatalog=$(getCatalog "$version" "url") editionName=$(getCatalog "$version" "edition") - if [ -z "$file" || -z "$winCatalog" || -z "$editionName" ]; then + if [ -z "$file" ] || [ -z "$winCatalog" ] || [ -z "$editionName" ]; then error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1 fi