texlive[43611] Master/tlpkg/libexec/ctan2tds: circuitikz

commits+karl at tug.org commits+karl at tug.org
Sun Mar 26 23:52:33 CEST 2017


Revision: 43611
          http://tug.org/svn/texlive?view=revision&revision=43611
Author:   karl
Date:     2017-03-26 23:52:33 +0200 (Sun, 26 Mar 2017)
Log Message:
-----------
circuitikz

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2017-03-26 21:48:50 UTC (rev 43610)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2017-03-26 21:52:33 UTC (rev 43611)
@@ -3073,8 +3073,8 @@
   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'");
 }
 
 



More information about the tex-live-commits mailing list