diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-23 23:54:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-23 23:54:54 +0000 |
commit | 0ce1a5034c671fb22e9d85d6f209b210f32db909 (patch) | |
tree | 1a0d40238176eedf2eb787bc8bcfb3cd4f4c9582 /Master/tlpkg/bin/tl-update-tlcritical | |
parent | bed7f978b1f35e9c4e54dac8f7d57f537f112ffa (diff) |
doc for rebuilding tlcritical from scratch
git-svn-id: svn://tug.org/texlive/trunk@19861 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlcritical')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlcritical | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlcritical b/Master/tlpkg/bin/tl-update-tlcritical index 5022a2e7dfe..6a44cced3cb 100755 --- a/Master/tlpkg/bin/tl-update-tlcritical +++ b/Master/tlpkg/bin/tl-update-tlcritical @@ -12,15 +12,15 @@ while test $# -gt 0; do --tlcrit) shift; tlcrit=$1;; --recreate) recreate=--recreate;; --help) echo "Please read the script, sorry."; exit 0;; - --*) echo "$0: unrecognized option \`$1'." >&2; exit 1;; - *) echo "$0: too many parameters" >&2; exit 1;; + --*) echo "$0: unrecognized option: $1" >&2; exit 1;; + *) echo "$0: too many parameters: $1" >&2; exit 1;; esac shift done if test -d "$tlcrit"; then :; else - echo "$0: tlcrit directory must exist." >&2 - exit 1 + echo "$0: tlcrit directory must exist: $tlcrit" >&2 + exit 1 fi mydir=`cd \`dirname $0\` && pwd` @@ -59,10 +59,10 @@ tl-makeself-from-tlnet $tlcrit do_updater sh # update the Windows updater executable. -echo "$0: running tl-update-nsis..." -tl-update-nsis >/tmp/updater.nsi -makensis /tmp/updater.nsi >/tmp/makensis.log -rm -f /tmp/updater.nsi +echo "$0: running tl-update-nsis... (logfile: $TMPDIR/makensis.log)" +tl-update-nsis >$TMPDIR/updater.nsi +makensis $TMPDIR/updater.nsi >$TMPDIR/makensis.log +rm -f $TMPDIR/updater.nsi do_updater exe ls -lt $tlcrit |