summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5991659..5ab166d 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ ver=18.06.1
dist=openwrt
# Workaround for Debian/Ubuntu systems which use C.UTF-8 which is unsupported by OpenWrt
-export LC_TIME=C
+export LC_ALL=C
usage() {
echo "Usage: $0 [-a|--arch <x86_64|i686>] [-v|--version <version>] [-p|--packages <packages>] [-f|--files] [--help]"