From 9b35a913dd8d865721e66310498da41653f5af7e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 11 Dec 2019 13:46:41 +0900 Subject: work on win64 support --- Master/tlpkg/installer/tl-cmd.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'Master/tlpkg/installer/tl-cmd.bat') 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%" -- cgit v1.2.3