diff options
author | Karl Berry <karl@freefriends.org> | 2012-06-01 00:21:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-06-01 00:21:05 +0000 |
commit | b854b03453eb2704a5ba2fc102538c5a28d1e089 (patch) | |
tree | 45f35b3d1734c5044f67b3c717d5d6d592d1918e /Master/tlpkg/bin/tl-update-asy | |
parent | fcf2244919c5f0d95df1061c6678448c5cc83bbc (diff) |
consistency/doc
git-svn-id: svn://tug.org/texlive/trunk@26755 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, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index a6da99d5849..02d9aac9eac 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -35,7 +35,7 @@ if false && $update_sources_from_ctan; then svn rm ... # final check and commit: - svn status + svn status # don't worry about binaries. svn commit -m"asy $ver sources" . ../README exit $? @@ -76,7 +76,6 @@ elif false && $update_runtime_from_ainst; then xu=$B/source/utils xy=$xu/asymptote cd $xy - $cp binaries/i386-win32/texlive/asy.exe $cb/ $cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/ cd /tmp/ainst |