File test.sh of Package xfe

#!/bin/bash
#
# make xfe display correctly in UTF-8 locales using Euro
case "`locale charmap 2>/dev/null`" in
	UTF-8)
	LANG=${LANGUAGE-${LC_ALL-${LC_MESSAGES-${LANG}}}}
	export LC_ALL=${LANG%%.*}
	;;
esac

echo $LC_ALL
# exec /usr/bin/ddd.org
openSUSE Build Service is sponsored by