X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/e727c2f4a9dbda7358ad4148fc2263fc6431a7c4..fd04d0d999f91f024e7abbfe623aa72cbeb95a46:/vcsh?ds=inline diff --git a/vcsh b/vcsh index 1de5ed7..1fc78e2 100755 --- a/vcsh +++ b/vcsh @@ -24,7 +24,7 @@ basename() { } SELF=$(basename $0) -VERSION='1.20130829' +VERSION='1.20130909' fatal() { echo "$SELF: fatal: $1" >&2 @@ -395,6 +395,7 @@ if [ "$1" = 'clone' ]; then export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" elif [ "$1" = 'version' ]; then echo "$SELF $VERSION" + git version exit elif [ "$1" = 'which' ]; then [ -z "$2" ] && fatal "$1: please specify a filename" 1