Index: bootstrap/win/git.template.bat |
diff --git a/bootstrap/win/git.template.bat b/bootstrap/win/git.template.bat |
index d3b9cbcaa6b5518e74257b5f83c166d72cf393eb..877dbf497ff94d5277c65b048c9f6a260e5b1e32 100644 |
--- a/bootstrap/win/git.template.bat |
+++ b/bootstrap/win/git.template.bat |
@@ -1,5 +1,5 @@ |
@echo off |
setlocal |
if not defined EDITOR set EDITOR=notepad |
-set PATH=%~dp0GIT_BIN_DIR\cmd;%PATH% |
+set PATH=%~dp0GIT_BIN_DIR\cmd;%~dp0;%PATH% |
"%~dp0GIT_BIN_DIR\GIT_PROGRAM" %* |