diff options
Diffstat (limited to 'awklib/eg/prog/egrep.awk')
-rw-r--r-- | awklib/eg/prog/egrep.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/awklib/eg/prog/egrep.awk b/awklib/eg/prog/egrep.awk index 86b3cfda..094bdea5 100644 --- a/awklib/eg/prog/egrep.awk +++ b/awklib/eg/prog/egrep.awk @@ -88,8 +88,7 @@ function endfile(file) print } } -END \ -{ +END { exit (total == 0) } function usage( e) |