summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-26 21:52:33 +0000
committerKarl Berry <karl@freefriends.org>2017-03-26 21:52:33 +0000
commit13c51b9ea8a4bab74fe380399fbebb1c5ac7ff81 (patch)
tree66c4bab3ee107ac497d1b2f595c63cbc3310fce0 /Master
parent8de464391f34ff48f5909697c17029955fab69ba (diff)
circuitikz
git-svn-id: svn://tug.org/texlive/trunk@43611 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index d09cd07add3..19968299e1a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3073,8 +3073,8 @@ sub sanitize_file_names {
my ($dir) = @_;
# -0 in case of spaces or other chars in filenames, which would be
# parsed into words by the shell otherwise.
- &SYSTEM ("find $dir -print0 \
- | xargs -0 /l/bin/rename 's![^-_A-Za-z0-9.,/+]!!g'");
+ &SYSTEM ("find $dir -print0 "
+ . "| xargs -0 /l/bin/rename 's![^-_A-Za-z0-9.,/+]!!g'");
}