diff --git a/editvorbis.sh b/editvorbis.sh index 7bf6fef..d26545d 100755 --- a/editvorbis.sh +++ b/editvorbis.sh @@ -62,7 +62,7 @@ if [ $? == 1 ]; then fi # check if the file exists -if [ ! -f $1 ]; then +if [ ! -f "$1" ]; then echo "Regular file $1 does not exist." exit 1 fi