diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-12 23:59:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-12 23:59:31 +0000 |
commit | 2e716c180b3a00c80c40ed465767b1e1c1998ab1 (patch) | |
tree | 6c04fd03302867b9c18074d1abde4381f3ab39ce /Master/tlpkg/bin/tl-makeself-from-tlnet | |
parent | 9dada4e407f185b876220b8841ce85f353d116f8 (diff) |
ddebug for low-level persistent download msgs, wording tweaks
git-svn-id: svn://tug.org/texlive/trunk@22448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-makeself-from-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-makeself-from-tlnet | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-makeself-from-tlnet b/Master/tlpkg/bin/tl-makeself-from-tlnet index 8b5766b98fc..fa50b4fc9bf 100755 --- a/Master/tlpkg/bin/tl-makeself-from-tlnet +++ b/Master/tlpkg/bin/tl-makeself-from-tlnet @@ -60,14 +60,17 @@ if test -r "$ROOT/tlpkg/texlive.tlpdb"; then echo "$0: updating in $ROOT..." tlmgrversion=`tlmgr version | grep '^TeX Live.*version' | awk '{print $NF}'` - echo "$0: found TeX Live $tlmgrversion" + echo "$0: tlmgr version says this is TeX Live $tlmgrversion" if test "x$WORKINGRELEASE" != "x$tlmgrversion"; then if test "x$1" = "x--upgrade"; then echo "$0: upgrading from $tlmgrversion to $WORKINGRELEASE." else - echo "$0: upgrading not supported: target release is $WORKINGRELEASE" >&2 + echo "$0: upgrading from $tlmgrversion not supported:" >&2 + echo "$0: can only upgrade (cautiously) from $WORKINGRELEASE." >&2 exit 1 fi + else + echo "$0: proceeding with tlmgr update." fi # move the architecture-specific files to the top level. |