From owner-cvs-bin Sun Aug 6 12:35:41 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id MAA01057 for cvs-bin-outgoing; Sun, 6 Aug 1995 12:35:41 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id MAA01046 ; Sun, 6 Aug 1995 12:35:34 -0700 Date: Sun, 6 Aug 1995 12:35:34 -0700 From: Joerg Wunsch Message-Id: <199508061935.MAA01046@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh options.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk joerg 95/08/06 12:35:34 Modified: bin/sh options.c Log: Fix /bin/sh's broken handling of the builtin getopts(1). The options ``-ffoo'' and ``-f foo'' have been treated differently. This has been in violation of Posix.2 (that deprecates -ffoo, but doesn't disallow it).