aboutsummaryrefslogtreecommitdiffstats
path: root/test/pipeio2.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/pipeio2.awk')
-rw-r--r--test/pipeio2.awk3
1 files changed, 2 insertions, 1 deletions
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