X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/589f2baa284376cbbe5e98d5f5ff145a9441dffc..fcd9f1bdee4ace55ecc7822b046ae12ad859c90d:/vcsh diff --git a/vcsh b/vcsh index cacd1b1..a12bc49 100755 --- a/vcsh +++ b/vcsh @@ -24,6 +24,7 @@ SELF=$(basename $0) fatal() { echo "$SELF: fatal: $1" >&2 + [ -z $2] && exit 1 exit $2 }