From owner-cvs-bin Sat Dec 21 05:22:00 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA09770 for cvs-bin-outgoing; Sat, 21 Dec 1996 05:22:00 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA09763; Sat, 21 Dec 1996 05:21:59 -0800 (PST) Date: Sat, 21 Dec 1996 05:21:59 -0800 (PST) From: Steve Price Message-Id: <199612211321.FAA09763@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh options.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/12/21 05:21:58 Modified: bin/sh options.c Log: Fix a problem caused by finger failure on my part. The builtin getopts should now work as expected. This fix was in the NetBSD code that I was merging from but missed getting into FreeBSD's version because of 'drain bamage' on my part. Submitted by: NetBSD, joerg Revision Changes Path 1.10 +7 -3 src/bin/sh/options.c