summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl b/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
index 85598ad7e7f..cc7f43e5e28 100755
--- a/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
+++ b/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
@@ -1434,7 +1434,7 @@ proc restore_backups_dialog {} {
}
set pwd0 [pwd]
cd $bdir
- set backups [lsort [glob *.tar.xz]]
+ set backups [lsort [glob -nocomplain *.tar.xz]]
if {[llength $backups] == 0} {
tk_messageBox -message [__ "No backups found in $bdir"]
return