summaryrefslogtreecommitdiff
path: root/src/tools/msvc/install.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/msvc/install.bat')
-rw-r--r--src/tools/msvc/install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/install.bat b/src/tools/msvc/install.bat
index d03277eff2b..d02b80826b7 100644
--- a/src/tools/msvc/install.bat
+++ b/src/tools/msvc/install.bat
@@ -3,4 +3,4 @@ REM src/tools/msvc/install.bat
REM all the logic for this now belongs in install.pl. This file really
REM only exists so you don't have to type "perl install.pl"
REM Resist any temptation to add any logic here.
-@perl install.pl %*
+@perl %~dp0/install.pl %*