diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-17 16:54:41 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-17 16:54:41 +0200 |
commit | 41da6a35e2cca4ec3c6b7c61e204e51484ecd7eb (patch) | |
tree | 39104b9569f71242e40d5c990bd63f56116c3d65 /awklib/eg/prog/split.awk | |
parent | 31c6051694d3152e50eb037e20c4734c7321eac6 (diff) | |
parent | 46fb38d70fe250f318fb95a6083beaceaaf5155d (diff) | |
download | egawk-41da6a35e2cca4ec3c6b7c61e204e51484ecd7eb.tar.gz egawk-41da6a35e2cca4ec3c6b7c61e204e51484ecd7eb.tar.bz2 egawk-41da6a35e2cca4ec3c6b7c61e204e51484ecd7eb.zip |
Merge branch 'gawk-4.1-stable' into memory-work
Diffstat (limited to 'awklib/eg/prog/split.awk')
-rw-r--r-- | awklib/eg/prog/split.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/prog/split.awk b/awklib/eg/prog/split.awk index 6a7198f6..b878fa50 100644 --- a/awklib/eg/prog/split.awk +++ b/awklib/eg/prog/split.awk @@ -22,7 +22,7 @@ BEGIN { } # test argv in case reading from stdin instead of file if (i in ARGV) - i++ # skip data file name + i++ # skip datafile name if (i in ARGV) { outfile = ARGV[i] ARGV[i] = "" |