From 28be459803dd0bcd969b76f21388b6e574b4988f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Feb 2024 23:09:34 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@69813 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/windows/ptekf.exe | Bin Master/bin/windows/runscript.tlu | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 Master/bin/windows/ptekf.exe (limited to 'Master/bin/windows') diff --git a/Master/bin/windows/ptekf.exe b/Master/bin/windows/ptekf.exe old mode 100644 new mode 100755 diff --git a/Master/bin/windows/runscript.tlu b/Master/bin/windows/runscript.tlu index 31ed7767d5d..d59e5d83df2 100755 --- a/Master/bin/windows/runscript.tlu +++ b/Master/bin/windows/runscript.tlu @@ -1,7 +1,7 @@ -local svnrevision = string.match("$Revision: 65362 $", "%d+") or "0" -local svndate = string.match("$Date: 2022-12-27 04:12:37 +0900 (火, 27 12 2022) $", "[-%d]+") or "2009-12-04" +local svnrevision = string.match("$Revision$", "%d+") or "0" +local svndate = string.match("$Date$", "[-%d]+") or "2009-12-04" local bannerstr = "runscript wrapper utility (rev. " .. svnrevision .. ", " .. svndate .. ")\n" .. "usage: runscript script-name [arguments]\n" .. @@ -275,7 +275,7 @@ local docstr = [[ - support cluttex scripts 2018/11/08 - use included tcltk interpreter - + (see vc log for later changes) ]] -- HELPER SUBROUTINES -- -- cgit v1.2.3