Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2015 00:41:37 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291414 - head/tools/build/options
Message-ID:  <201511280041.tAS0fbIe030128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Sat Nov 28 00:41:37 2015
New Revision: 291414
URL: https://svnweb.freebsd.org/changeset/base/291414

Log:
  Fix breakage by recent collation change.
  LC_ALL has to be exported.

Modified:
  head/tools/build/options/makeman

Modified: head/tools/build/options/makeman
==============================================================================
--- head/tools/build/options/makeman	Sat Nov 28 00:27:16 2015	(r291413)
+++ head/tools/build/options/makeman	Sat Nov 28 00:41:37 2015	(r291414)
@@ -3,7 +3,7 @@
 # This file is in the public domain.
 
 set -o errexit
-LC_ALL=C
+export LC_ALL=C
 
 ident='$FreeBSD$'
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511280041.tAS0fbIe030128>