summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/cmp-textfiles
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-12 18:03:12 +0000
committerKarl Berry <karl@freefriends.org>2010-04-12 18:03:12 +0000
commit5a245e4147336f470606e4096a61b6d4c62912dc (patch)
treea2d8490f2027175eeac513059381a039c18a0aed /Master/tlpkg/bin/cmp-textfiles
parenta24fec652d165a643acc0b900f4783548921e5ee (diff)
rm typespec, just speciments of nonfree fonts
git-svn-id: svn://tug.org/texlive/trunk@17826 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/cmp-textfiles')
-rwxr-xr-xMaster/tlpkg/bin/cmp-textfiles2
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/cmp-textfiles b/Master/tlpkg/bin/cmp-textfiles
index bfa347a7138..88897294f4a 100755
--- a/Master/tlpkg/bin/cmp-textfiles
+++ b/Master/tlpkg/bin/cmp-textfiles
@@ -19,8 +19,6 @@ END_USAGE
my $file1 = &read_file ($ARGV[0]);
my $file2 = &read_file ($ARGV[1]);
- warn "($ARGV[0])\n$file1!!!\n";
- warn "($ARGV[1])\n$file2===\n";
return $file1 eq $file2 ? 0 : 1;
}