diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-03-21 14:40:07 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-03-21 14:40:07 +0000 |
commit | 86c756ee6f056328a39127f60560f00a7fde7cb3 (patch) | |
tree | 714d10ec9f10b151b62345a5e22f68858d154f6e /Master/tl-portable.bat | |
parent | e00da5b615d20b87901c7faf820c489912f78870 (diff) |
tl-portable.[sh|bat] now bails out if install-tl fails.
git-svn-id: svn://tug.org/texlive/trunk@7060 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tl-portable.bat')
-rwxr-xr-x | Master/tl-portable.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tl-portable.bat b/Master/tl-portable.bat index 796fd30e4e5..2ff66602d29 100755 --- a/Master/tl-portable.bat +++ b/Master/tl-portable.bat @@ -41,7 +41,12 @@ rem use provided Perl set PERL5LIB=%TEXDIR%tlpkg\installer\perllib "%TEXDIR%tlpkg\installer\perl" "%TEXDIR%install-tl.pl" --portable +if not errorlevel 1 goto doit +echo Initialization of TeXLive failed! +pause +exit +:doit path %TEXDIR%bin\win32;%path% set PROMPT=TL $P$G %COMSPEC% /k |