changed getting $GITNOW_DIR value for msysGit.

This commit is contained in:
TAKANO Sho / @masaru_b_cl 2012-06-25 16:04:50 +09:00
parent 21e70e0a19
commit 6811daf5cb

View file

@ -5,7 +5,7 @@ if [ "$DEBUG" = "yes" ]; then
set -x
fi
export GITNOW_DIR=$(dirname "$0")
export GITNOW_DIR=${0%\\*}
PREFIX="from now"
usage() {