texlive[70454] Build/source/texk/texlive: sync
commits+karl at tug.org
commits+karl at tug.org
Thu Mar 7 00:31:59 CET 2024
Revision: 70454
https://tug.org/svn/texlive?view=revision&revision=70454
Author: karl
Date: 2024-03-07 00:31:58 +0100 (Thu, 07 Mar 2024)
Log Message:
-----------
sync
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu
Modified: trunk/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl 2024-03-06 23:17:53 UTC (rev 70453)
+++ trunk/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl 2024-03-06 23:31:58 UTC (rev 70454)
@@ -1,6 +1,6 @@
#!/usr/bin/env wish
-# Copyright 2017-2023 Siep Kroonenberg
+# Copyright 2017-2024 Siep Kroonenberg
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -2215,6 +2215,9 @@
remove_pkgs "focus"
}
}
+ .pkg_popup add command -label [__ "Reporting bugs"] -command {
+ run_cmd "bug [.pkglist focus]" 1; vwait ::done_waiting
+ }
.pkg_popup post [expr {$X - 2}] [expr {$Y - 2}]
focus .pkg_popup
} ; # do_package_popup_menu
Modified: trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu
===================================================================
--- trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu 2024-03-06 23:17:53 UTC (rev 70453)
+++ trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu 2024-03-06 23:31:58 UTC (rev 70454)
@@ -1,7 +1,7 @@
local svnrevision = string.match("$Revision: 70363 $", "%d+") or "0"
-local svndate = string.match("$Date: 2024-03-02 16:45:04 -0800 (Sat, 02 Mar 2024) $", "[-%d]+") or "2009-12-04"
+local svndate = string.match("$Date: 2024-03-03 01:45:04 +0100 (Sun, 03 Mar 2024) $", "[-%d]+") or "2009-12-04"
local bannerstr = "runscript wrapper utility (rev. " ..
svnrevision .. ", " .. svndate .. ")\n" ..
"usage: runscript script-name [arguments]\n" ..
More information about the tex-live-commits
mailing list.