aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netsurf/netsurf
blob: 1a7d693e21386420aa6e43faf54bc1413adba220 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
shortname=`echo $LANG | cut -b1-2`
if [[ -d /usr/share/netsurf/$shortname ]]; then
  /usr/bin/netsurf.elf "$@"
else
  LANG=en /usr/bin/netsurf.elf "$@"
fi