diff options
Diffstat (limited to 'Build/tools/update-lists')
-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` |