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$'
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to