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/pipeio2.awk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/pipeio2.awk') diff --git a/test/pipeio2.awk b/test/pipeio2.awk index a1fdd5dd..32d09eee 100644 --- a/test/pipeio2.awk +++ b/test/pipeio2.awk @@ -29,7 +29,8 @@ BEGIN { # com_tr = "echo " fnam " | tr [0-9]. ..........." com_tr = "echo " fnam " | sed 's/[0-9]/./g'" - print "\'" com_tr "\'" + # print "\'" com_tr "\'" + print "'" com_tr "'" com_tr | getline nam print nam -- cgit v1.2.3