diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:33:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:33:03 +0300 |
commit | 2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb (patch) | |
tree | 469bebda4e807139efb497edfca1ec0678b5ab8b /test/manyfiles.awk | |
parent | 66b0bdd602e952f20fa98f6ce5430cea68d4f598 (diff) | |
download | egawk-2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb.tar.gz egawk-2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb.tar.bz2 egawk-2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb.zip |
Move to gawk-2.15.5.
Diffstat (limited to 'test/manyfiles.awk')
-rw-r--r-- | test/manyfiles.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manyfiles.awk b/test/manyfiles.awk index 212e88d7..8651a3a4 100644 --- a/test/manyfiles.awk +++ b/test/manyfiles.awk @@ -1 +1 @@ -{ print $2 > "junk/" $1 } +{ print $2 > ("junk/" $1) } |