diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-12-21 11:01:33 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-12-21 11:01:33 +0000 |
commit | e0e1fa97a9c41fa838164a420eea99e76acb1a1d (patch) | |
tree | 1f168f17785d7db87546f0296c3eca89c41c6116 /Master/tl-portable.bat | |
parent | 1ec91268fb392f5fc85a6828a3a55c9aa1e50e9a (diff) |
tl-portable.bat, removed: comment about UNC; directory changes, final exit
git-svn-id: svn://tug.org/texlive/trunk@11665 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tl-portable.bat')
-rwxr-xr-x | Master/tl-portable.bat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/tl-portable.bat b/Master/tl-portable.bat index 92e9acfeba3..c59db25fe3c 100755 --- a/Master/tl-portable.bat +++ b/Master/tl-portable.bat @@ -4,13 +4,9 @@ rem Copyright 2008 Siep Kroonenberg. rem You may freely use, modify and/or distribute this file. rem TeX Live Root; ends with backslash -rem This should also work with UNC names set TEXDIR=%~dp0 set tldrive=%~d0 -%tldrive% -cd %TEXDIR% - rem TEXDIR writable? set TEXDIRW=%USERPROFILE%\.tlportable2008\ del "%TEXDIR%tl_wrtest" 2>nul @@ -53,4 +49,3 @@ exit path %TEXDIR%bin\win32;%path% set PROMPT=TL $P$G %COMSPEC% /k -exit |