summaryrefslogtreecommitdiff
path: root/libre/netsurf-libre/netsurf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libre/netsurf-libre/netsurf.sh')
-rw-r--r--libre/netsurf-libre/netsurf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/netsurf-libre/netsurf.sh b/libre/netsurf-libre/netsurf.sh
index 49b1e161e..b74f388af 100644
--- a/libre/netsurf-libre/netsurf.sh
+++ b/libre/netsurf-libre/netsurf.sh
@@ -3,5 +3,5 @@ shortname=`echo $LANG | cut -b1-2`
if [[ -d /usr/share/netsurf/$shortname ]]; then
/usr/bin/netsurf.elf "$@"
else
- LANG=en_US /usr/bin/netsurf.elf "$@"
+ LANG=en /usr/bin/netsurf.elf "$@"
fi