diff options
author | Karl Berry <karl@freefriends.org> | 2006-02-14 01:25:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-02-14 01:25:53 +0000 |
commit | 612f0677c31dd2026dab88bce3079bdab6dda4ca (patch) | |
tree | 166af04230466b6b93d3def02e99053cb2307323 /Build | |
parent | a72de6df9c7a137188eefec8dbf68ac2acdfbbe9 (diff) |
one more .. to get to Master.
git-svn-id: svn://tug.org/texlive/trunk@1522 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/tools/update-lists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/update-lists b/Build/tools/update-lists index 505499969c7..69368d75693 100755 --- a/Build/tools/update-lists +++ b/Build/tools/update-lists @@ -5,7 +5,7 @@ # Update the texmf/lists/* files from all the tpm's. mydir=`cd \`dirname $0\` && /bin/pwd` -W=`cd \`dirname $0\`/../Master && /bin/pwd` +W=`cd \`dirname $0\`/../../Master && /bin/pwd` cd $W || exit 1 Date=`date +%Y/%m/%d` |