From f1f871e17de8d1adb9d36f53176b422b1faa6f14 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sat, 28 Nov 2015 00:41:37 +0000 Subject: [PATCH] Fix breakage by recent collation change. LC_ALL has to be exported. --- tools/build/options/makeman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/options/makeman b/tools/build/options/makeman index 0e21499ffd6a..acc0eb52a84b 100755 --- a/tools/build/options/makeman +++ b/tools/build/options/makeman @@ -3,7 +3,7 @@ # This file is in the public domain. set -o errexit -LC_ALL=C +export LC_ALL=C ident='$FreeBSD$'