From e1e1d6fa3224440612d3ad6595c413f88d552702 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Apr 2016 16:52:56 +0000 Subject: asymptote 2.37 git-svn-id: svn://tug.org/texlive/trunk@40303 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-asy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 628f9aedebe..4bdd510ff8e 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -45,9 +45,10 @@ elif test "x$1" = x--build; then # Despite all the dire warnings above, this part actually can be run # 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 + PATH=/usr/bin:/bin:/sbin; export PATH # system gcc for sake of shared libs + #PATH=/usr/local/bin:$PATH # need new gs to pass tests, but ok + PATH=$lb:$PATH # get our kpsewhich + svn=/usr/local/bin/svn # so we need our svn explicitly unset GREP_OPTIONS CDPATH set -x @@ -81,7 +82,7 @@ elif test "x$1" = x--build; then elif false && $update_runtime_from_ainst; then # this part is about copying the results of a successful build # and install (from the previous section) into the Master/texmf runtime. - cp="cp -af" + cp="cp -afv" xu=$B/source/utils xy=$xu/asymptote @@ -122,7 +123,6 @@ elif false && $update_runtime_from_ainst; then diff -qr share/doc/asymptote/ $xmf/doc/asymptote/ | fgrep -v .svn #svn rm ... - # svn status $ci # just to see scom -m"asymptote $ver" $ci fi -- cgit v1.2.3