From c49f648f92a7259ea6ac102fa17dbbe61a0047cb Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 14 Aug 2017 11:37:07 +0100 Subject: [PATCH] Revert "Don't set LC_ALL=C during build as that breaks python apps" This reverts commit 921e988db0f09e4a1bac04f56b59a981cb944a78. --- maint.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maint.mk b/maint.mk index 2e70cae..79104d0 100644 --- a/maint.mk +++ b/maint.mk @@ -117,8 +117,8 @@ news-check-lines-spec ?= 1,10 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)' # Prevent programs like 'sort' from considering distinct strings to be equal. -# Doing it here saves us from having to set LC_COLLATE elsewhere in this file. -export LC_COLLATE = C +# Doing it here saves us from having to set LC_ALL elsewhere in this file. +export LC_ALL = C ## --------------- ## ## Sanity checks. ##