@@ -69,7 +69,8 @@ error() {
else
printf "ERROR: %s\\n" "$1" 1>&2
fi
[ -n "$2" ] && exit "${2:-1}"
[ -z "$2" ] && return
exit "${2:-1}"
}
has() {
# Parse out all arguments and try to find them in path
The note is not visible to the blocked user.