summaryrefslogtreecommitdiff
path: root/localedata/gen-locale.sh
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-11-22 23:42:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-11-22 23:42:40 +0000
commit0a9d1d62b36cc46bf893ce404013a7b2d0bcfce8 (patch)
treef01223ac6f7ad7b6e912bd58e92325ebb2b1a8e7 /localedata/gen-locale.sh
parent754034c4292ba6824ef357258308e6bafa6e0dfd (diff)
Fix typo in variable name in gen-locale.sh.
* localedata/gen-locale.sh: Fix typo in variable name.
Diffstat (limited to 'localedata/gen-locale.sh')
-rw-r--r--localedata/gen-locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/gen-locale.sh b/localedata/gen-locale.sh
index 757a0e9321..39f1475cbc 100644
--- a/localedata/gen-locale.sh
+++ b/localedata/gen-locale.sh
@@ -69,7 +69,7 @@ fi
# warning. See localedata/Makefile $(INSTALL-SUPPORTED-LOCALES)
# for the same logic.
if [ "$charmap_real" = 'SHIFT_JIS' ] \
- || [ "$charmpa_real" = 'SHIFT_JISX0213' ]; then
+ || [ "$charmap_real" = 'SHIFT_JISX0213' ]; then
flags="$flags --no-warnings=ascii"
fi