X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/09f129a260f5347219b8ac84c6f2204fa2b0d9a6..fd04d0d999f91f024e7abbfe623aa72cbeb95a46:/vcsh?ds=inline diff --git a/vcsh b/vcsh index 508c087..1fc78e2 100755 --- a/vcsh +++ b/vcsh @@ -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