diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-26 00:03:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-26 00:03:00 +0000 |
commit | 63b47123446c936546ca7b24a9c0a4a962a27777 (patch) | |
tree | fcde3c3d2183f4e7f01a2a37b2e1b806ca6fac68 /Master | |
parent | faadaac35c4c8723dcd38bd67cfabefadd912073 (diff) |
spurious /
git-svn-id: svn://tug.org/texlive/trunk@25740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index feac6cd8d53..23aed46918a 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -110,7 +110,7 @@ sub check_w32 { next if $target =~ /texdoc/; # gui stub next if $target =~ /texworks/; # gui stub next if $target =~ /tlmgr/; # does things its own way - next if $target =~ //typeoutfileinfo.exe/; # shell script + next if $target =~ /typeoutfileinfo.exe/; # shell script next if $target =~ /xasy/; # no need #print "$k -> $uw{$k}\n"; $diff += system ("cmp $w32dir/$k.exe $w32canonical"); |