diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-12 16:20:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-12 16:20:42 +0000 |
commit | 99ebd94045fb45ebcb04f4d78cf78abf75fded8e (patch) | |
tree | c76af7be21a47acb09701b89aafe67c08a49547d /Master/texmf-dist/scripts/xindy/xindy.pl | |
parent | dfc1c99f1030854f63b0a01745a2b39f942887da (diff) |
sync config scripts and files from Build to Master
git-svn-id: svn://tug.org/texlive/trunk@36791 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/xindy/xindy.pl')
-rwxr-xr-x | Master/texmf-dist/scripts/xindy/xindy.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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 |