Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70454 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Mar 6, 2024
1 parent a7af64a commit 3b5d26a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion texk/texlive/linked_scripts/tlshell/tlshell.tcl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -2215,6 +2215,9 @@ proc do_package_popup_menu {x y X Y} {
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
Expand Down
2 changes: 1 addition & 1 deletion texk/texlive/windows_wrapper/runscript.tlu
Original file line number Diff line number Diff line change
@@ -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" ..
Expand Down

0 comments on commit 3b5d26a

Please sign in to comment.