From 7ce5219c24495a161caa36ead4925c85d4401936 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Nov 2019 18:35:53 +0000 Subject: doc git-svn-id: svn://tug.org/texlive/trunk@52672 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-asy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-asy') diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index b86006b2c22..9d37f9e1c69 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -29,9 +29,9 @@ if false && $update_sources_from_ctan; then svn status | sed -n 's/^\?//p' | fgrep -v binaries svn add `!!` - # show list of files to remove (keep gc-7.6.2 until new is working): + # show list of files to remove: diff -qr . /home/ftp/tex-archive/graphics/asymptote/ \ - | egrep -v ' differ' | egrep -v '\.svn|gc-7.6.2' + | egrep -v ' differ' | egrep -v '\.svn' svn rm ... # final check and commit: -- cgit v1.2.3