diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-17 20:47:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-17 20:47:30 +0200 |
commit | b38e210c1b96e7e38bf2e479759f697ccaa006b5 (patch) | |
tree | c76bf5203409bdf86fe1fe3f69f29a12d181c47f /awklib/eg/prog/split.awk | |
parent | f48a559e74daf1ad48513988b39d8be6c557c567 (diff) | |
parent | a8f1600b7ba13834f476e455d382d188b49eef9e (diff) | |
download | egawk-b38e210c1b96e7e38bf2e479759f697ccaa006b5.tar.gz egawk-b38e210c1b96e7e38bf2e479759f697ccaa006b5.tar.bz2 egawk-b38e210c1b96e7e38bf2e479759f697ccaa006b5.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'awklib/eg/prog/split.awk')
-rw-r--r-- | awklib/eg/prog/split.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/awklib/eg/prog/split.awk b/awklib/eg/prog/split.awk index b878fa50..9239a6c5 100644 --- a/awklib/eg/prog/split.awk +++ b/awklib/eg/prog/split.awk @@ -27,7 +27,6 @@ BEGIN { outfile = ARGV[i] ARGV[i] = "" } - s1 = s2 = "a" out = (outfile s1 s2) } |