]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in variable name in gen-locale.sh.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 22 Nov 2017 23:42:40 +0000 (23:42 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 22 Nov 2017 23:42:40 +0000 (23:42 +0000)
* localedata/gen-locale.sh: Fix typo in variable name.

ChangeLog
localedata/gen-locale.sh

index 1598052abe90780372677057d9cc16bd3610f328..a84f970761c0f27a599b0099804fb52f37bbf1ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2017-11-22  Joseph Myers  <joseph@codesourcery.com>
 
+       * localedata/gen-locale.sh: Fix typo in variable name.
+
        * resolv/res_debug.c (p_secstodate): Condition definition on
        [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)].  Define
        directly as __p_secstodate, and as a compat symbol.  Do not use
index 757a0e932106153fa609612d689f4a94ad176d61..39f1475cbc45faaae32728dbfd7cce282c3cdb05 100644 (file)
@@ -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