diff options
author | Norbert Preining <preining@logic.at> | 2021-10-04 02:24:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2021-10-04 02:24:35 +0000 |
commit | a012c0a7ce17c25559627cc2ef1da500ac11afa2 (patch) | |
tree | f986388b518676c05ce2a4b46f5ca27ffcac0d99 /Master/texmf-dist/scripts | |
parent | 29c61301dc7961e86e8fa86219ea4d67f8eb6618 (diff) |
tlshell: use TEXMFROOT instead of SELFAUTOPARENT (from Daniel Nachun)
git-svn-id: svn://tug.org/texlive/trunk@60694 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/tlshell/tlshell.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl index dd06e4d1caf..87a95c81bf2 100755 --- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl +++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl @@ -1760,7 +1760,7 @@ proc restore_backups_dialog {} { 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 |