diff options
Diffstat (limited to 'Build/tools/tlrebuild')
-rwxr-xr-x | Build/tools/tlrebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/tlrebuild b/Build/tools/tlrebuild index e44831a78e7..7bb674a61bb 100755 --- a/Build/tools/tlrebuild +++ b/Build/tools/tlrebuild @@ -37,7 +37,7 @@ message() \ } # don't work with old stuff. -master=`cd $tools/.. && pwd` +master=`cd $tools/../../Master && pwd` top=`cd $master/.. && pwd` message "svn update" (cd $top && svn update) || exit 1 |