actually fixed build.sh
This commit is contained in:
parent
b3477e32f6
commit
cc64ab08da
2
build.sh
2
build.sh
@ -24,7 +24,7 @@ if ! test -n "$1"; then
|
|||||||
exit 64 # sysexits(3) EX_USAGE
|
exit 64 # sysexits(3) EX_USAGE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v cargo 1>&2; then
|
if ! command -v cargo >/dev/null; then
|
||||||
printf "%s: Missing dependency: cargo(1)\n" "$0" 1>&2
|
printf "%s: Missing dependency: cargo(1)\n" "$0" 1>&2
|
||||||
exit 69 # syexits(3) EX_UNAVAILABLE
|
exit 69 # syexits(3) EX_UNAVAILABLE
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user