diff --git a/build.sh b/build.sh index 4bbbdd3..614a17f 100755 --- a/build.sh +++ b/build.sh @@ -24,8 +24,8 @@ if ! test -n "$1"; then exit 64 # sysexits(3) EX_USAGE fi -if ! command -v cargo; then - printf "%s: Missing depenency: cargo(1)\n" "$0" 1>&2 +if ! command -v cargo 1>&2; then + printf "%s: Missing dependency: cargo(1)\n" "$0" 1>&2 exit 69 # syexits(3) EX_UNAVAILABLE fi