From df5f4033104469544b8831195549c9b35055dad6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 Jan 2013 00:09:58 +0000 Subject: omit shell tl_scripts from consistency check git-svn-id: svn://tug.org/texlive/trunk@28947 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-wrapper-consistency | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 49ff4c9d122..aaa23ac0892 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008, 2009, 2010, 2011 TeX Users Group. +# Copyright 2008, 2009, 2010, 2011, 2012, 2013 TeX Users Group. # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -128,10 +128,12 @@ sub list_shell_scripts { # has to be the Work/ directory to get the Makefile, not Makefile.{in,am}. my $Work = "$Master/../Build/source/Work"; my $Work_linked_scripts = "$Work/texk/texlive/linked_scripts"; + my $Work_tl_scripts = "$Work/texk/texlive/tl_scripts"; # use make; ensure we get only the last line, although that should be # all there is. my $lst = `make -s -C $Work_linked_scripts echo-shell-scripts | tail -1`; + $lst .= `make -s -C $Work_tl_scripts echo-shell-scripts | tail -1`; for my $script (split (" ", $lst)) { $script =~ s,^.*/,,; -- cgit v1.2.3