From patchwork Wed Nov 22 23:43:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 24455 Received: (qmail 71752 invoked by alias); 22 Nov 2017 23:43:34 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 69775 invoked by uid 89); 22 Nov 2017 23:43:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KB_WAM_FROM_NAME_SINGLEWORD, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Wed, 22 Nov 2017 23:43:26 +0000 From: Joseph Myers To: Subject: Fix typo in variable name in gen-locale.sh [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) 2017-11-22 Joseph Myers * localedata/gen-locale.sh: Fix typo in variable name. Reviewed-by: Jonathan Nieder diff --git a/localedata/gen-locale.sh b/localedata/gen-locale.sh index 757a0e9..39f1475 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