summaryrefslogtreecommitdiff
path: root/test/printlang.awk
blob: 03e06c0e1aa0c15469f54d80e783b6bb58f57ed5 (plain)
1
2
3
4
BEGIN {
	printf "\nLocale environment:\n\tLC_ALL=\"%s\" LANG=\"%s\"\n\n",
		ENVIRON["LC_ALL"], ENVIRON["LANG"]
}