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, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/tl-cmd.bat b/Master/tlpkg/installer/tl-cmd.bat
index bc9fdc372c4..747d3088239 100755
--- a/Master/tlpkg/installer/tl-cmd.bat
+++ b/Master/tlpkg/installer/tl-cmd.bat
@@ -8,7 +8,6 @@ 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%"