From 0b55599e4d43e08fd285eecab7abe2a06c48ea9f Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 27 Jun 2015 00:55:38 +0000 Subject: texindy.pl: Revert. It was not necessary to change texindy.pl. git-svn-id: svn://tug.org/texlive/trunk@37687 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/xindy/texindy.pl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Master/texmf-dist/scripts/xindy/texindy.pl b/Master/texmf-dist/scripts/xindy/texindy.pl index 06c57fd31c2..5cfba08d699 100755 --- a/Master/texmf-dist/scripts/xindy/texindy.pl +++ b/Master/texmf-dist/scripts/xindy/texindy.pl @@ -525,7 +525,6 @@ exec_xindy(@opt, @ARGV); sub exec_xindy { if ( $is_w32 ) { - $xindy = quotify($xindy); system ($EXECUTABLE_NAME, $xindy, @_); if ($? == -1) { die "$cmd: could not execute xindy: $ERRNO\n"; @@ -644,12 +643,6 @@ sub output_xindy_release () { print "xindy release: $version\n"; } -sub quotify ( $ ) { - my $s = shift; - $s =~ s:([\\\"]):\\$1:g ; - return "\"$s\""; -} - #====================================================================== -- cgit v1.2.3