summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-22 12:30:30 -0200
committerRenato Botelho <renato@netgate.com>2016-01-22 12:30:30 -0200
commite21ac870c67e5ac9638cc18b8d03eff76725aabb (patch)
tree8d85d03b26d887d3b55f84ea267c12a3c4bb9c5e /src/etc
parent9f2f1ddaaac1b479049af943a268e88af8d1acbe (diff)
downloadpfsense-e21ac870c67e5ac9638cc18b8d03eff76725aabb.zip
pfsense-e21ac870c67e5ac9638cc18b8d03eff76725aabb.tar.gz
Make sure LANG = C for pkg calls
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/pkg-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc
index 55a0395..daceefb 100644
--- a/src/etc/inc/pkg-utils.inc
+++ b/src/etc/inc/pkg-utils.inc
@@ -104,6 +104,7 @@ function pkg_env() {
global $config, $g;
$pkg_env_vars = array(
+ "LANG" => "C",
"HTTP_USER_AGENT" => $user_agent,
"ASSUME_ALWAYS_YES" => "true"
);
OpenPOWER on IntegriCloud