summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/utils/xindy/user-commands/xindy.in2
-rwxr-xr-xMaster/texmf/scripts/xindy/xindy.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/xindy/user-commands/xindy.in b/Build/source/utils/xindy/user-commands/xindy.in
index 9a7b0579845..34f1714d392 100644
--- a/Build/source/utils/xindy/user-commands/xindy.in
+++ b/Build/source/utils/xindy/user-commands/xindy.in
@@ -656,7 +656,7 @@ sub xindy_expression () {
if ( $2 && -d "$ld/$1" ) { # $2 is not set if the regex didn't match
$language = $1;
$variant = "$2-" unless ( $2 eq 'iso' );
- $variant eq 'din' and $variant = 'din5007';
+ $variant eq 'din-' and $variant = 'din5007-';
}
}
# Let's guess the codepage. We take any that starts with
diff --git a/Master/texmf/scripts/xindy/xindy.pl b/Master/texmf/scripts/xindy/xindy.pl
index 9a7b0579845..34f1714d392 100755
--- a/Master/texmf/scripts/xindy/xindy.pl
+++ b/Master/texmf/scripts/xindy/xindy.pl
@@ -656,7 +656,7 @@ sub xindy_expression () {
if ( $2 && -d "$ld/$1" ) { # $2 is not set if the regex didn't match
$language = $1;
$variant = "$2-" unless ( $2 eq 'iso' );
- $variant eq 'din' and $variant = 'din5007';
+ $variant eq 'din-' and $variant = 'din5007-';
}
}
# Let's guess the codepage. We take any that starts with