summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 0369cb7..faf47f8 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -956,7 +956,7 @@ function system_timezone_configure() {
conf_mount_rw();
- exec("/usr/bin/tar xzfO /usr/share/zoneinfo.tgz " .
+ exec("LANG=C /usr/bin/tar xzfO /usr/share/zoneinfo.tgz " .
escapeshellarg($timezone) . " > /etc/localtime");
conf_mount_ro();
@@ -1194,4 +1194,4 @@ function enable_watchdog() {
}
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud