diff options
author | Peter Anvin <hpa@tazenda.sc.orionmulti.com> | 2005-09-28 16:53:56 -0700 |
---|---|---|
committer | Peter Anvin <hpa@tazenda.sc.orionmulti.com> | 2005-09-28 16:53:56 -0700 |
commit | 296fdc53bdd75147121aa290b4de0eeb3b4e7074 (patch) | |
tree | c1dba823ede14deb6e017d890f96cc7cdac75009 /git.sh | |
parent | 49744d63e9c5ffdfb4677bd3aaeafb3371c3fdc1 (diff) | |
download | git-296fdc53bdd75147121aa290b4de0eeb3b4e7074.tar.gz git-296fdc53bdd75147121aa290b4de0eeb3b4e7074.tar.xz |
Diffstat (limited to 'git.sh')
-rwxr-xr-x | git.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ case "$#" in exit 0 ;; esac test -x $path/git-$cmd && exec $path/git-$cmd "$@" ;; + test -x $path/git-$cmd.exe && exec $path/git-$cmd.exe "$@" ;; esac echo "Usage: git COMMAND [OPTIONS] [TARGET]" |