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. ##