diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-20 23:05:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-20 23:05:01 +0000 |
commit | 8e40493a78e68ac15c343e70ded4c5d131bfa1d4 (patch) | |
tree | cf9d3cf3c3d108c22d8ff539235ce6fcedcdfac3 /Master/tlpkg/bin/tl-update-asy | |
parent | 08bcc7ae8d3ce3f5c1e3a2355a239cd3c2f538cb (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@40090 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index ab483772ca1..628f9aedebe 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -12,7 +12,7 @@ # for myself; feel free to peruse tug.org:~karl/.bash_login, etc. # --karl -ver=... # the newly-released version +ver=... # the newly-released version, from revision.cc test "x$1" = x--build || exit 1 @@ -46,6 +46,7 @@ elif test "x$1" = x--build; then # as a script, because it's so often necessary to redo. set -e PATH=/usr/bin:/bin:/sbin; export PATH # system gcc for sake of shared libs + PATH=$PATH:$lb # get our kpsewhich svn=/usr/local/bin/svn # so we need our svn explicitly unset GREP_OPTIONS CDPATH |