diff --git a/build.sh b/build.sh index 499d0cf..2cf7600 100755 --- a/build.sh +++ b/build.sh @@ -94,7 +94,7 @@ process_arguments() { print_usage exit 1 fi - if [ ${1:0:1} = "-" ]; then + if [ "${1:0:1}" = "-" ]; then print_usage exit 1 fi