From 99ebd94045fb45ebcb04f4d78cf78abf75fded8e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 12 Apr 2015 16:20:42 +0000 Subject: sync config scripts and files from Build to Master git-svn-id: svn://tug.org/texlive/trunk@36791 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/xindy/xindy.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Master/texmf-dist/scripts/xindy') diff --git a/Master/texmf-dist/scripts/xindy/xindy.pl b/Master/texmf-dist/scripts/xindy/xindy.pl index f2810fc8396..0aae0762b4f 100755 --- a/Master/texmf-dist/scripts/xindy/xindy.pl +++ b/Master/texmf-dist/scripts/xindy/xindy.pl @@ -732,6 +732,9 @@ sub xindy_expression () { # # FIXME: I didn't see all languages. What's on with gypsy and # hausa? + if ( !$language ) { + $language = "general"; + } if ( $language ) { # If there is no language directory, this might be a variant. # Language names and variants are separated by hyphens. The -- cgit v1.2.3