From bc70de7b3302d5a81515b901cae376b8b51d2004 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:09:56 +0300 Subject: Move to gawk-3.1.0. --- test/clsflnam.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/clsflnam.awk') diff --git a/test/clsflnam.awk b/test/clsflnam.awk index 53928912..0ba601f0 100644 --- a/test/clsflnam.awk +++ b/test/clsflnam.awk @@ -4,7 +4,7 @@ BEGIN { # print ("FILENAME =", FILENAME) > "/dev/stderr" #Rewind the file if (close(FILENAME)) { - print "Error " ERRNO " closing input file" > "/dev/stderr"; + print "Error `" ERRNO "' closing input file" > "/dev/stderr"; exit; } } -- cgit v1.2.3