summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-01 21:35:13 +0000
committerKarl Berry <karl@freefriends.org>2020-05-01 21:35:13 +0000
commit199bfaa843f7bbf42ecd1a2001cb96f321709689 (patch)
treee99ec3a3c19675b3b16b327229c34bcff42277e0 /Build
parent334433e8aa144221ad36bda32aaf78b52d7b35a2 (diff)
lwarp (1may20)
git-svn-id: svn://tug.org/texlive/trunk@54965 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua2
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl1
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua b/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
index a6239409bcf..b2e06788aa1 100755
--- a/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
+++ b/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
@@ -2,7 +2,7 @@
-- Copyright 2016-2020 Brian Dunn
-printversion = "v0.84"
+printversion = "v0.85"
requiredconfversion = "2" -- also at *lwarpmk.conf
function printhelp ()
diff --git a/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl b/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
index 3b2b53b1c9e..363f0ff6e60 100755
--- a/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
+++ b/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
@@ -2432,6 +2432,7 @@ proc rebuild_interface {} {
show_repos
display_packages_info
display_updated_globals
+ if {$::tcl_platform(platform) eq "windows"} {wm deiconify .}
}
##### initialize ######################################################