diff options
author | Karl Berry <karl@freefriends.org> | 2006-02-14 00:54:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-02-14 00:54:57 +0000 |
commit | 2e833c685a007ffd7649dec30fd6a3a75769b242 (patch) | |
tree | 8c733cddbba19deddae23a24f36cf231fef80dc2 /Build/tools/update-lsr | |
parent | 2eba0ce0cddb0d290614b2bd6ea0cd6718ac5b54 (diff) |
find tools under Build, remove old scripts
git-svn-id: svn://tug.org/texlive/trunk@1518 c570f23f-e606-0410-a88d-b1316a301751
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. |