From owner-cvs-bin Sat Dec 21 13:10:29 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA29897 for cvs-bin-outgoing; Sat, 21 Dec 1996 13:10:29 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA29890; Sat, 21 Dec 1996 13:10:27 -0800 (PST) Date: Sat, 21 Dec 1996 13:10:27 -0800 (PST) From: Joerg Wunsch Message-Id: <199612212110.NAA29890@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 joerg 96/12/21 13:10:27 Branch: bin/sh RELENG_2_2 Modified: bin/sh options.c Log: Fix a bug i've introduced in rev 1.4 of options.c. A missing trailing `foo' in `-b foo' caused an access to never-never-land. (The version in -current is changed, so this fix is not applicable there but only in the 2.2 branch.) Revision Changes Path 1.8.2.1 +2 -1 src/bin/sh/options.c