diff --git a/src/remove-version-match b/src/remove-version-match index 1becc67..61da46f 100755 --- a/src/remove-version-match +++ b/src/remove-version-match @@ -4,7 +4,7 @@ # Developed for /etc/portage/package.accept_keywords, may or may not # not work onther files. # -if [ -z $1 ]; then +if [ -z "$1" ]; then echo "Must specify a file to modify..." exit 1 fi