summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/xindy
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-06-27 00:55:38 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-06-27 00:55:38 +0000
commit0b55599e4d43e08fd285eecab7abe2a06c48ea9f (patch)
tree5a436590f94c4839670f34ba0a6eaa926f078800 /Master/texmf-dist/scripts/xindy
parent44221383cf875c046a39ff82c5492980a36ee920 (diff)
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
Diffstat (limited to 'Master/texmf-dist/scripts/xindy')
-rwxr-xr-xMaster/texmf-dist/scripts/xindy/texindy.pl7
1 files changed, 0 insertions, 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\"";
-}
-
#======================================================================