diff --git a/bootstrap/win/git-bash.template.sh b/bootstrap/win/git-bash.template.sh old mode 100644 new mode 100755 index b34b5dc56..caa92b915 --- a/bootstrap/win/git-bash.template.sh +++ b/bootstrap/win/git-bash.template.sh @@ -5,7 +5,7 @@ UNIX_BASE=`cygpath "$WIN_BASE"` export PATH=$PATH:$UNIX_BASE/SVN_BIN_DIR:$UNIX_BASE/PYTHON_BIN_DIR:$UNIX_BASE/PYTHON_BIN_DIR/Scripts export PYTHON_DIRECT=1 export PYTHONUNBUFFERED=1 -if [[ $# > 1 ]]; then +if [[ $# > 0 ]]; then $UNIX_BASE/GIT_BIN_DIR/bin/bash.exe "$@" else $UNIX_BASE/GIT_BIN_DIR/git-bash.exe &