summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-12 23:08:44 +0000
committerbapt <bapt@FreeBSD.org>2013-07-12 23:08:44 +0000
commit9dffe707d30713b28b05151a1b59ec7bc9a8ae57 (patch)
tree1deda7d42c10adf40aed4ce30e5185f966900a3d /tools
parent634e1583d3b76eff927332ced54509365b20ff53 (diff)
downloadFreeBSD-src-9dffe707d30713b28b05151a1b59ec7bc9a8ae57.zip
FreeBSD-src-9dffe707d30713b28b05151a1b59ec7bc9a8ae57.tar.gz
Ensure the locale is LC_ALL=C when regenerating src.conf.5
MFC after: 3 days
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/options/makeman1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/options/makeman b/tools/build/options/makeman
index f65c16c..cb4d946 100755
--- a/tools/build/options/makeman
+++ b/tools/build/options/makeman
@@ -3,6 +3,7 @@
# This file is in the public domain.
set -o errexit
+LC_ALL=C
ident='$FreeBSD$'
OpenPOWER on IntegriCloud