diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-26 14:43:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-26 14:43:23 +0000 |
commit | 91a07e5039963a38b2b24af568581d73e872ad34 (patch) | |
tree | 60c1944ab2e2fbe797824d0653fabe3eb9c6e956 /Master/tlpkg/bin | |
parent | fd1e7d74f623e3dd04600dd96d6eef44b6446ab1 (diff) |
doc, $0 in die
git-svn-id: svn://tug.org/texlive/trunk@11433 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 01ca9abd40c..479f363bd14 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -20,8 +20,8 @@ if test "x$1" = x--help; then echo echo "Install a package from CTAN into TeX Live." echo - echo "--place execute place to do repository adds/removes." - echo "--no-ctan if already have files in Build/tmp.raw/PKG." + echo "--place, -p execute place script for repository adds/removes." + echo "--no-ctan if already have files in Build/tmp.raw/PKG." echo echo "This never actually commits anything to the repository." echo "Without --place, it doesn't even touch anything in the repository" diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 36f8190d9ff..1d974550297 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -146,7 +146,7 @@ if test -z "$unexpected_output"; then echo "$0: Chicken mode, not updating anything." else echo "$0: Test install ok, comparing containers." # just a test - (cd archive && time /home/karl/bin/cmpcont) >/tmp/cmpcont 2>&1 || true + (cd $tltry/archive && time /home/karl/bin/cmpcont) >/tmp/cmpcont 2>&1 || true echo "$0: Updating $tlweb from $tltry." rm -rf $tlweb |