svn commit: r253304 - head/tools/build/options

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 12 23:08:46 UTC 2013


Author: bapt
Date: Fri Jul 12 23:08:44 2013
New Revision: 253304
URL: http://svnweb.freebsd.org/changeset/base/253304

Log:
  Ensure the locale is LC_ALL=C when regenerating src.conf.5
  
  MFC after:	3 days

Modified:
  head/tools/build/options/makeman

Modified: head/tools/build/options/makeman
==============================================================================
--- head/tools/build/options/makeman	Fri Jul 12 22:36:26 2013	(r253303)
+++ head/tools/build/options/makeman	Fri Jul 12 23:08:44 2013	(r253304)
@@ -3,6 +3,7 @@
 # This file is in the public domain.
 
 set -o errexit
+LC_ALL=C
 
 ident='$FreeBSD$'
 


More information about the svn-src-all mailing list