summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2020-01-28 14:16:34 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2020-01-28 14:16:34 +0000
commit8732f3abb619bccf3d6e8aead1b98c6b04468c75 (patch)
treec19de20923a273796b39cae51a1e59048771d445 /Master/texmf-dist/scripts/texlive
parentbd03727a3c3216d5dc5e6d7bea26d013cfbf2bfd (diff)
More popd-s
git-svn-id: svn://tug.org/texlive/trunk@53582 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 66e4daa8cf0..2f09a6f9893 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -2380,6 +2380,7 @@ sub write_w32_updater {
>con echo Infrastructure update finished successfully.
>con echo $post_update_msg
>con $gui_pause
+ popd
exit /b 0
:rollback
@@ -2396,6 +2397,7 @@ sub write_w32_updater {
>con echo self restore: @rst_info
>con echo Infrastructure update failed. Previous version has been restored.
>con $gui_pause
+ popd
exit /b 1
:panic
@@ -2406,6 +2408,7 @@ sub write_w32_updater {
>con echo To repair your TeX Live installation download and run:
>con echo $TeXLive::TLConfig::TeXLiveURL/update-tlmgr-latest.exe
>con $gui_pause
+ popd
exit /b 666
EOF