texlive[60694] Master/texmf-dist/scripts/tlshell/tlshell.tcl:

commits+preining at tug.org commits+preining at tug.org
Mon Oct 4 04:24:35 CEST 2021


Revision: 60694
          http://tug.org/svn/texlive?view=revision&revision=60694
Author:   preining
Date:     2021-10-04 04:24:35 +0200 (Mon, 04 Oct 2021)
Log Message:
-----------
tlshell: use TEXMFROOT instead of SELFAUTOPARENT (from Daniel Nachun)

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl

Modified: trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl
===================================================================
--- trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl	2021-10-04 02:24:25 UTC (rev 60693)
+++ trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl	2021-10-04 02:24:35 UTC (rev 60694)
@@ -1760,7 +1760,7 @@
     tk_messageBox -message [__ "No backup directory defined"]
     return
   }
-  set bdir [file join [exec kpsewhich -var-value SELFAUTOPARENT] $bdir]
+  set bdir [file join [exec kpsewhich -var-value TEXMFROOT] $bdir]
   if {! [file isdirectory $bdir]} {
     tk_messageBox -message [__ "Backup directory %s does not exist" $bdir]
     return



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