This commit is contained in:
Peter Anvin 2005-09-28 16:53:56 -07:00
parent 49744d63e9
commit 296fdc53bd

1
git.sh
View File

@ -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]"