summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-26 00:03:00 +0000
committerKarl Berry <karl@freefriends.org>2012-03-26 00:03:00 +0000
commit63b47123446c936546ca7b24a9c0a4a962a27777 (patch)
treefcde3c3d2183f4e7f01a2a37b2e1b806ca6fac68 /Master
parentfaadaac35c4c8723dcd38bd67cfabefadd912073 (diff)
spurious /
git-svn-id: svn://tug.org/texlive/trunk@25740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency2
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");