X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/ecb36d5d99bdcebd781c5cb17780f51020f896b7..b81e4c5cd981a4ca32317f93510a62d04d1e6456:/vcsh diff --git a/vcsh b/vcsh index d6ee234..cf0c8cf 100755 --- a/vcsh +++ b/vcsh @@ -399,6 +399,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