texlive[53582] Master/texmf-dist/scripts/texlive/tlmgr.pl: More

commits+siepo at tug.org commits+siepo at tug.org
Tue Jan 28 15:16:34 CET 2020


Revision: 53582
          http://tug.org/svn/texlive?view=revision&revision=53582
Author:   siepo
Date:     2020-01-28 15:16:34 +0100 (Tue, 28 Jan 2020)
Log Message:
-----------
More popd-s

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-01-28 11:23:10 UTC (rev 53581)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-01-28 14:16:34 UTC (rev 53582)
@@ -2380,6 +2380,7 @@
   >con echo Infrastructure update finished successfully.
   >con echo $post_update_msg
   >con $gui_pause 
+  popd
   exit /b 0
 
 :rollback
@@ -2396,6 +2397,7 @@
   >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 @@
   >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
 



More information about the tex-live-commits mailing list.