summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-27-check-exist
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-14 10:41:43 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-14 10:41:43 +0000
commit5af6aa827e18c4e49a6f610fbb6f90877c0debc0 (patch)
tree8a94b0277a9876d584cb6202a8e4f02841208448 /Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-27-check-exist
parent724ecc90c82152ebcfe55ff0bff8e4823b778225 (diff)
xindy-new: simplify perl scripts
git-svn-id: svn://tug.org/texlive/trunk@16403 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-27-check-exist')
-rw-r--r--Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-27-check-exist11
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-27-check-exist b/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-27-check-exist
deleted file mode 100644
index 076326feb72..00000000000
--- a/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-27-check-exist
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur -x Makefile.in -x autom4te.cache xindy.orig/user-commands/xindy.in xindy/user-commands/xindy.in
---- xindy.orig/user-commands/xindy.in 2009-12-10 10:57:20.000000000 +0100
-+++ xindy/user-commands/xindy.in 2009-12-11 11:13:31.000000000 +0100
-@@ -453,6 +453,7 @@
-
- our $raw_index = File::Spec->devnull;
- unless ( $interactive ) {
-+ for my $f (@ARGV) { die "$cmd: input file $f does not exist" unless -f $f }
- $raw_index = create_raw_index(); # processes @ARGV
- my $filter_cmd = '';
- if ( $input_markup eq 'latex' ) {