source: vendor/bash/3.1/tests/getopts5.sub@ 3951

Last change on this file since 3951 was 3228, checked in by bird, 19 years ago

bash 3.1

File size: 632 bytes
RevLine 
[3228]1#!/local/bin/bash
2#Time-stamp: <95/06/07 07:40:40 [email protected]>
3
4getop () {
5
6 local OPTIND
7 local OPTERR=1
8
9 echo getop: OPTERR=$OPTERR
10 while getopts ab arg "$@"; do