diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-25 12:16:18 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-25 12:16:18 +0300 |
commit | 7f05df29849820b78f0537a8e7295509d4bd7726 (patch) | |
tree | c08f4367daf9fd8ff3867da29f31e3fce65ac77f /awklib/eg/lib/getopt.awk | |
parent | 966c15e4ad185e4abc7eccc6ede7ab9334c6866f (diff) | |
parent | 4e8bd99197f48cfaa79b095a34a88223f96f429d (diff) | |
download | egawk-7f05df29849820b78f0537a8e7295509d4bd7726.tar.gz egawk-7f05df29849820b78f0537a8e7295509d4bd7726.tar.bz2 egawk-7f05df29849820b78f0537a8e7295509d4bd7726.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib/eg/lib/getopt.awk')
-rw-r--r-- | awklib/eg/lib/getopt.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/getopt.awk b/awklib/eg/lib/getopt.awk index 0b81aa09..4283a7e1 100644 --- a/awklib/eg/lib/getopt.awk +++ b/awklib/eg/lib/getopt.awk @@ -17,7 +17,7 @@ # <c> a character representing the current option # Private Data: -# _opti -- index in multi-flag option, e.g., -abc +# _opti -- index in multiflag option, e.g., -abc function getopt(argc, argv, options, thisopt, i) { if (length(options) == 0) # no options given |