From 2e716c180b3a00c80c40ed465767b1e1c1998ab1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 May 2011 23:59:31 +0000 Subject: ddebug for low-level persistent download msgs, wording tweaks git-svn-id: svn://tug.org/texlive/trunk@22448 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-makeself-from-tlnet | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin/tl-makeself-from-tlnet') 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. -- cgit v1.2.3