summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/tl-cmd.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/tl-cmd.bat')
-rwxr-xr-xMaster/tlpkg/installer/tl-cmd.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/tl-cmd.bat b/Master/tlpkg/installer/tl-cmd.bat
index 747d3088239..bc9fdc372c4 100755
--- a/Master/tlpkg/installer/tl-cmd.bat
+++ b/Master/tlpkg/installer/tl-cmd.bat
@@ -8,6 +8,7 @@ rem Public domain
@echo off
setlocal enableextensions
+rem TODO need to fix for win64 !!!!
rem Add bin dir to beginning of PATH only if it is not already there
for /f "tokens=1,2 delims=;" %%I in ("%~dp0..\..\bin\win32;%PATH%") do if not "%%~fI"=="%%~fJ" set "PATH=%%~fI;%PATH%"