diff options
Diffstat (limited to 'Build/tools/update-lsr')
-rwxr-xr-x | Build/tools/update-lsr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/update-lsr b/Build/tools/update-lsr index de700f81cbd..90a761d570a 100755 --- a/Build/tools/update-lsr +++ b/Build/tools/update-lsr @@ -9,7 +9,7 @@ tools=`cd $mydir && pwd` PATH=$tools:$PATH; export PATH umask 0 -master=`cd $mydir/.. && pwd` +master=`cd $mydir/../../Master && pwd` cd $master || exit 1 # generate new. |