summaryrefslogtreecommitdiff
path: root/libre/netsurf-libre/netsurf.sh
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-09 20:35:46 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-09 20:35:46 -0200
commitff634ed6c0a2a32b2b10c8500a98cd0117d1f41d (patch)
tree998b571a36dd0043e90a31f2b8730fc583a4491b /libre/netsurf-libre/netsurf.sh
parent5a6cd8bda42916cf662007e75b8f07f80277c481 (diff)
netsurf-libre-3.0-7: possible fix for FS#38688 => https://bugs.archlinux.org/task/38688
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