summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-27-check-exist
diff options
context:
space:
mode:
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' ) {