From: Jim Meyering Date: Fri, 15 Aug 2003 06:51:20 +0000 (+0000) Subject: (LC_ALL): Set to C. X-Git-Tag: v5.0.91~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0f2e56afcd3cba247026c1ed63b60a253fe6e3;p=thirdparty%2Fcoreutils.git (LC_ALL): Set to C. --- diff --git a/Makefile.maint b/Makefile.maint index 6667447e10..82c2d8057a 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -43,6 +43,10 @@ my_distdir = $(PACKAGE)-$(VERSION) # Used for diffs and xdeltas. release_archive_dir ?= ../release +# Prevent programs like 'sort' from considering distinct strings to be equal. +# Doing it here saves us from having to set LC_ALL elsewhere in this file. +export LC_ALL = C + ## --------------- ##