aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/prog/uniq.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-08-23 22:42:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-08-23 22:42:16 +0300
commit056c0179993b718d7859618023fd549c766e479f (patch)
tree5fc8eef0f11014b6c220e64d07bd186a995f5f66 /awklib/eg/prog/uniq.awk
parent3cf354e731174233ff2370a8d3cd4cd9ba0b8e91 (diff)
parent3defec04e39c4ca6987a21f79686576d9823c653 (diff)
downloadegawk-056c0179993b718d7859618023fd549c766e479f.tar.gz
egawk-056c0179993b718d7859618023fd549c766e479f.tar.bz2
egawk-056c0179993b718d7859618023fd549c766e479f.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib/eg/prog/uniq.awk')
-rw-r--r--awklib/eg/prog/uniq.awk3
1 files changed, 1 insertions, 2 deletions
diff --git a/awklib/eg/prog/uniq.awk b/awklib/eg/prog/uniq.awk
index 990387ac..effc8f6c 100644
--- a/awklib/eg/prog/uniq.awk
+++ b/awklib/eg/prog/uniq.awk
@@ -18,8 +18,7 @@ function usage( e)
# -n skip n fields
# +n skip n characters, skip fields first
-BEGIN \
-{
+BEGIN {
count = 1
outputfile = "/dev/stdout"
opts = "udc0:1:2:3:4:5:6:7:8:9:"