| Index: bootstrap/win/git-bash.template.sh
|
| diff --git a/bootstrap/win/git-bash.template.sh b/bootstrap/win/git-bash.template.sh
|
| old mode 100644
|
| new mode 100755
|
| index b34b5dc569db8255ad5335b153be1166679256e4..caa92b915c99cc497f697469ed905ea47233413c
|
| --- 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 &
|
|
|