summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-09 23:14:32 +0000
committerKarl Berry <karl@freefriends.org>2014-02-09 23:14:32 +0000
commitfcf7284341a573f0d6a46f47811ae66a5a66d1a7 (patch)
tree771b2778f27fbd1157cd7df6b62f0dcb19c03b8e /Master/tlpkg/libexec/ctan2tds
parent3c5263791a2db0a013beab5b5a3bcfed77acf2db (diff)
dickimaw (9feb14)
git-svn-id: svn://tug.org/texlive/trunk@32925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index dd04a135ad9..80683db9ac8 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2702,7 +2702,7 @@ for (@ARGV) {
#
sub sanitize_file_names {
my ($dir) = @_;
- &SYSTEM ("find $dir -print | xargs rename 's![^-_A-Za-z0-9.,/+]!!g'")
+ &SYSTEM ("find $dir -print | xargs rename 's![^-_A-Za-z0-9.,/+]!!g'");
}