From 9f5d0df13a81d8c063299365965d0c6924e954ab Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 17 Sep 2021 08:15:23 -0700 Subject: [PATCH] ci: freebsd's bash isn't in /bin --- get-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-deps b/get-deps index 1efa8603f..d39e4ddb6 100755 --- a/get-deps +++ b/get-deps @@ -1,6 +1,6 @@ #!/bin/bash -if ! ./ci/check-rust-version.sh ; then +if ! bash ./ci/check-rust-version.sh ; then exit 1 fi