summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ());