summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-05-15 00:30:40 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-05-15 00:30:40 +0000
commitcd631e15fc70de28d6e0d59fc83764005e7d715d (patch)
treeb261ce0a4488a385a271b4f3d526d6005b5d706c /Master/tlpkg/bin/check-wrapper-consistency
parent55d04ac2ee6793593b745e4e2ea0935a39f07ee6 (diff)
remove .texlua wrapper and its consitency check; not used any more
git-svn-id: svn://tug.org/texlive/trunk@13087 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency4
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index caf1cd92f13..452c8622da0 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -46,10 +46,6 @@ sub main
$cww = "$srcdir/tl-w32-starter.bat";
$err += &check_w32 ("win32", $cww, %w);
- # one more, the wrapper itself.
- $err += system ("cmp win32/tl-w32-wrapper.texlua"
- . " $srcdir/tl-w32-wrapper.texlua");
-
return $err;
}