diff options
author | Norbert Preining <preining@logic.at> | 2009-09-15 10:36:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-15 10:36:41 +0000 |
commit | 9ec21a24bd95f6e6056d100809da83f0fe12ad3b (patch) | |
tree | 7e6961db67ca4f9164adf09a0278c4435c1e81e2 /Master/tlpkg | |
parent | acc824bb7d95176d56b70caf0c932fb9934b17d7 (diff) |
fix another cron.tl -> tl-update-tlnet move problem
git-svn-id: svn://tug.org/texlive/trunk@15296 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index e579f73db36..3b3516c9de8 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -169,8 +169,8 @@ fi if test $failure = false; then for cmd in \ "$tltryinst/$yyyy/bin/*/tlmgr update --list" \ - "$Master/tlpkg/bin/check-tlnet-consistency --location=$tlnet_dir" \ - "$Master/tlpkg/bin/tl-compare-tlpdbs $tlnet_dir/tlpkg/texlive.tlpdb" \ + "$Master/tlpkg/bin/check-tlnet-consistency --location=$tltry" \ + "$Master/tlpkg/bin/tl-compare-tlpdbs $tltry/tlpkg/texlive.tlpdb" \ ; do cmdname=`echo "$cmd" | awk '{print $1}'` basecmd=`basename $cmdname` |