From 1f8d3011031259e8661a1bcc37720ba8fabb1b12 Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 11 Nov 2022 23:59:40 -0500 Subject: [PATCH] exit code --- check_licenses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_licenses.sh b/check_licenses.sh index 099ee23..b0b9d32 100755 --- a/check_licenses.sh +++ b/check_licenses.sh @@ -5,7 +5,7 @@ set -e # check if we have rg(1) if ! command -v rg >/dev/null 2>&1; then printf "%s: Missing dependency: rg(1)\n" "$0" 1>&2 - exit 71 # sysexits(3) EX_OSERR + exit 69 # sysexits(3) EX_UNAVAILABLE else rg --multiline --files-without-match --glob '*.rs' --pcre2 \ '(?