From: Richard Hartmann Date: Thu, 23 Oct 2014 18:03:50 +0000 (+0200) Subject: Merge branch 'feature--improve_clone_errors' X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/fcd9f1bdee4ace55ecc7822b046ae12ad859c90d?hp=589f2baa284376cbbe5e98d5f5ff145a9441dffc Merge branch 'feature--improve_clone_errors' --- 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 }