diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-27 06:06:04 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-27 06:06:04 +0300 |
commit | bc1c92f4a9365f799c9c7a78b41a4eb1c40326b7 (patch) | |
tree | b14bd67f533d7cc508241179de1283391fb0971c /test/exitval3.awk | |
parent | 6522e5b623e083565229dc742336219a0dda1344 (diff) | |
parent | 7377dd1648a06b68f45c55fd54e07e6bcf29e66c (diff) | |
download | egawk-bc1c92f4a9365f799c9c7a78b41a4eb1c40326b7.tar.gz egawk-bc1c92f4a9365f799c9c7a78b41a4eb1c40326b7.tar.bz2 egawk-bc1c92f4a9365f799c9c7a78b41a4eb1c40326b7.zip |
Merge branch 'master' into select
Diffstat (limited to 'test/exitval3.awk')
-rw-r--r-- | test/exitval3.awk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/exitval3.awk b/test/exitval3.awk new file mode 100644 index 00000000..33e8c433 --- /dev/null +++ b/test/exitval3.awk @@ -0,0 +1,2 @@ +BEGIN { exit 42 } +END { exit } |