From 5372c651fd08be39b4de29f3f015361552a9bc2a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 23 May 2014 13:14:05 +0000 Subject: sync git-svn-id: svn://tug.org/texlive/trunk@34228 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 9 ++++----- Build/source/texk/texlive/w32_wrapper/runscript.tlu | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index b3687dc4bf5..aa71d1c3a5f 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,12 +1,12 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 34139 2014-05-20 01:40:43Z preining $ +# $Id: tlmgr.pl 34217 2014-05-22 22:55:37Z karl $ # # Copyright 2008-2014 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 34139 $'; -my $datrev = '$Date: 2014-05-20 03:40:43 +0200 (Tue, 20 May 2014) $'; +my $svnrev = '$Revision: 34217 $'; +my $datrev = '$Date: 2014-05-23 00:55:37 +0200 (Fri, 23 May 2014) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -4816,14 +4816,13 @@ sub check_runfiles { foreach my $f (@duplicates) { # assume tex4ht, xdy, afm stuff is ok, and don't worry about # Changes, README et al. Other per-format versions. - next if $f =~ /\.(afm|cfg|4hf|htf|xdy)$/; + next if $f =~ /\.(afm|cfg|exe|4hf|htf|xdy)$/; next if $f =~ /^((czech|slovak)\.sty |Changes |Makefile |README |cid2code\.txt - |context\/stubs |etex\.src |kinsoku\.tex |language\.dat diff --git a/Build/source/texk/texlive/w32_wrapper/runscript.tlu b/Build/source/texk/texlive/w32_wrapper/runscript.tlu index 2b8a2804f4f..daa1d4f6d6f 100755 --- a/Build/source/texk/texlive/w32_wrapper/runscript.tlu +++ b/Build/source/texk/texlive/w32_wrapper/runscript.tlu @@ -1,7 +1,7 @@ -local svnrevision = string.match("$Revision: 31764 $", "%d+") or "0" -local svndate = string.match("$Date: 2013-09-26 00:02:54 +0100 (Thu, 26 Sep 2013) $", "[-%d]+") or "2009-12-04" +local svnrevision = string.match("$Revision: 33766 $", "%d+") or "0" +local svndate = string.match("$Date: 2014-04-30 18:03:08 +0200 (Wed, 30 Apr 2014) $", "[-%d]+") or "2009-12-04" local bannerstr = "runscript wrapper utility (rev. " .. svnrevision .. ", " .. svndate .. ")\n" .. "usage: runscript script-name [arguments]\n" .. -- cgit v1.2.3