summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-15 18:02:38 +0000
committerKarl Berry <karl@freefriends.org>2008-06-15 18:02:38 +0000
commit7d26baf690d8886c498f5b8f66b76d94191314ff (patch)
tree057cf9b39e8ad0e06a5552686e1273ccb2697823 /Master/tlpkg/bin
parent3f126e90ac9efa15e72c8b415a2f25d3b19c509a (diff)
resolve missing patterns
git-svn-id: svn://tug.org/texlive/trunk@8752 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 7b1fd4c987b..5f2a0b81c7f 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -1352,7 +1352,7 @@ sub MAKEcopy
# remove top-level README (shouldn't overwrite texmf-dist/README!),
# needed for vntex, pgf, others. Do this before removing symlinks,
# in case the README is a symlink (e.g., iwona).
-# -r "$dest/README" && &SYSTEM ("$RM $dest/README $dest/00readme*");
+ -r "$dest/README" && &SYSTEM ("$RM $dest/README $dest/00readme*");
# for arev et al., remove symlinks.
&SYSTEM ("find $dest -type l | xargs --no-run-if-empty rm");