diff options
Diffstat (limited to 'test/printlang.awk')
-rw-r--r-- | test/printlang.awk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/printlang.awk b/test/printlang.awk new file mode 100644 index 00000000..03e06c0e --- /dev/null +++ b/test/printlang.awk @@ -0,0 +1,4 @@ +BEGIN { + printf "\nLocale environment:\n\tLC_ALL=\"%s\" LANG=\"%s\"\n\n", + ENVIRON["LC_ALL"], ENVIRON["LANG"] +} |