summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy3
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