diff --git a/scripts/build.sh b/scripts/build.sh index e365eb54..ac9e01b2 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,7 +1,7 @@ #!/bin/sh check_command() { - if ! command -v $1 &> /dev/null + if ! command -v "$1" > /dev/null then echo "Error: $1 could not be found. Please install it." exit 1