summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-17 23:36:13 +0000
committerKarl Berry <karl@freefriends.org>2008-08-17 23:36:13 +0000
commit27bbac0e4fd2c2b55645155afa8dd80eb1163046 (patch)
tree8391436d7cdb88954a1f0e1947a76b7cacb50983
parent609776b39558b074e90d13bb7b329cfacf5ea1ad (diff)
(files_differ): find cmp-textfiles.
git-svn-id: svn://tug.org/texlive/trunk@10384 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 70fd8126b0d..e2bd6ce1a54 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -369,7 +369,7 @@ sub files_differ
{
my ($tl_file,$ctan_file) = @_;
#warn "comparing $ctan_file $tl_file\n";
- return system ("cmp-textfiles $ctan_file $tl_file");
+ return system ("$mydir/cmp-textfiles $ctan_file $tl_file");
}
# vim: set ts=8 sw=2 expandtab: