diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-15 10:08:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-15 10:08:26 +0000 |
commit | a7baed6f8c045ebf36e4d454a012db8e3a5d300d (patch) | |
tree | bbf378bb26c3c286c0df2ad8ae86c9ee51a2e281 /Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.in | |
parent | 987099c1862a57c26a1a8351d072a6399a6a1199 (diff) |
utils/xindy: Fix from Joachim Schrod
git-svn-id: svn://tug.org/texlive/trunk@38127 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.in')
-rw-r--r-- | Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.in b/Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.in index 73e5b12e93b..e6ae9198e7a 100644 --- a/Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.in +++ b/Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.in @@ -353,7 +353,7 @@ our $VERSION = sprintf "%d.%02d", q$Revision: 1.18 $ =~ /: (\d+)\.(\d+)/ ; use Cwd; use File::Basename; -use File::Glob qw(:bsd_glob); +use File::Glob qw(bsd_glob); use File::Spec; use File::Temp qw(tempfile tmpnam); use Getopt::Long qw(:config bundling); |