summaryrefslogtreecommitdiff
path: root/Build/tools/update-auto
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools/update-auto')
-rwxr-xr-xBuild/tools/update-auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/update-auto b/Build/tools/update-auto
index 0edba3f363e..cbcd381a74d 100755
--- a/Build/tools/update-auto
+++ b/Build/tools/update-auto
@@ -11,7 +11,7 @@ PATH=/usr/local/bin:$PATH; export PATH
umask 0
# most stuff in Master.
-Master=`cd \`dirname $0\`/.. && /bin/pwd`
+Master=`cd \`dirname $0\`/../../Master && /bin/pwd`
cd $Master || exit 1
temp=/tmp/ua$$