From 13c51b9ea8a4bab74fe380399fbebb1c5ac7ff81 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 26 Mar 2017 21:52:33 +0000 Subject: circuitikz git-svn-id: svn://tug.org/texlive/trunk@43611 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') 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'"); } -- cgit v1.2.3