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