diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-07 16:52:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-07 16:52:56 +0000 |
commit | e1e1d6fa3224440612d3ad6595c413f88d552702 (patch) | |
tree | eaa3301c9fecd1d01baa642b2e483fee4430bcee /Master/tlpkg/bin/tl-update-asy | |
parent | 0eefec13710bb4d6aff6838a6efc463912506ee9 (diff) |
asymptote 2.37
git-svn-id: svn://tug.org/texlive/trunk@40303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 10 |
1 files changed, 5 insertions, 5 deletions
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 |