diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 4 |
1 files changed, 2 insertions, 2 deletions
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: |