From 61bb57af53ebe916d2db6e3585d4fc7ac1d99b92 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:27:41 +0300 Subject: Move to gawk-2.15.3. --- test/argarray.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/argarray.awk') diff --git a/test/argarray.awk b/test/argarray.awk index 3911b6e9..8015d852 100644 --- a/test/argarray.awk +++ b/test/argarray.awk @@ -6,6 +6,6 @@ BEGIN { for (x = 0; x < ARGC; x++) print "\t", ARGV[x] print "Environment variable TEST=" ENVIRON["TEST"] - print "and the current input file is called", FILENAME + print "and the current input file is called \"" FILENAME "\"" print "but this would change if we would have something to process" } -- cgit v1.2.3