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