summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-04-23 18:05:05 +0000
committerKarl Berry <karl@freefriends.org>2006-04-23 18:05:05 +0000
commit8647a6b17d04cf00b3eecfc51b5f17ca837b5d0d (patch)
tree3baf3363b68fa464ec3ec8c53803be32f6cd205c /Build
parentb71196616061852136244d844ab317fbfcfe2706 (diff)
Build/tools now.
git-svn-id: svn://tug.org/texlive/trunk@1560 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/tools/tpm-ctan-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index dba82d98ab0..437c389c393 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -5,7 +5,7 @@
$CTAN = $ENV{"CTAN"} || "/home/ftp/tex-archive";
chomp (my $mydir = `dirname $0`);
-chomp ($TL = `cd $mydir/..; pwd`);
+chomp ($TL = `cd $mydir/../../Master && pwd`);
chdir ($TL) || die "chdir($TL) failed: $!";
exit (&main ());