diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2009-10-24 10:13:34 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2009-10-24 10:13:34 +0000 |
commit | 5f0aee6abd5e7a56342a054f9d5b7c6513759615 (patch) | |
tree | e3818e4d5a19c86a2493716f7173dab544b50e5a /Master/tl-portable.bat | |
parent | 521070586b0997d9ed264ff7112ff3a8657e10c6 (diff) |
tl-portable: updated year in TEXDIRW if TEXDIR non-writable
git-svn-id: svn://tug.org/texlive/trunk@15886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tl-portable.bat')
-rwxr-xr-x | Master/tl-portable.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tl-portable.bat b/Master/tl-portable.bat index 786fefb375e..fb2c254bafb 100755 --- a/Master/tl-portable.bat +++ b/Master/tl-portable.bat @@ -16,7 +16,7 @@ rem TeX Live Root; ends with backslash set TEXDIR=%~dp0 rem TEXDIR writable? -set TEXDIRW=%USERPROFILE%\.tlportable2008\ +set TEXDIRW=%USERPROFILE%\.tlportable2009\ del "%TEXDIR%tl_wrtest" 2>nul echo Testing for write access %TEXDIR%... echo Hello >"%TEXDIR%tl_wrtest" |