From 6cc7d587a710606d3fe52222707739c7cc1b8651 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:22:00 +0300 Subject: Move to gawk-3.1.3. --- test/printlang.awk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/printlang.awk (limited to 'test/printlang.awk') 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"] +} -- cgit v1.2.3