From 7cd2faa20b25485e27bc794f60279763a43d509c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 28 Jan 2009 00:33:38 +0000 Subject: tlmgr no longer uses the standard wrapper git-svn-id: svn://tug.org/texlive/trunk@11995 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-wrapper-consistency | 1 + 1 file changed, 1 insertion(+) (limited to 'Master/tlpkg/bin/check-wrapper-consistency') diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 5fbe1ac6018..9f7e71e9e42 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -107,6 +107,7 @@ sub check_w32 next if $target =~ /simpdftex/; # shell script next if $target =~ /tex4ht/; # tex4ht has its own .bat's next if $target =~ /texdoc/; # using a modified wrapper + next if $target =~ /tlmgr/; # does things its own way #print "$k -> $uw{$k}\n"; $diff += system ("cmp $w32dir/$k.bat $w32canonical"); } -- cgit v1.2.3