blob: 4ff6222f6e0367dd11f5a589df5099a8176402be [file] [log] [blame]
#!/usr/bin/env bash
export EDITOR=${EDITOR:=notepad}
WIN_BASE=`dirname $0`
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 [[ $# > 0 ]]; then
$UNIX_BASE/git-2.10.0-64_bin/bin/bash.exe "$@"
else
$UNIX_BASE/git-2.10.0-64_bin/git-bash.exe &
fi