Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/22/2003 12:17:24
Module Name:	src
Committed By:	dsl
Date:		Mon Sep 22 12:17:24 UTC 2003

Modified Files:
	src/bin/sh: expand.c

Log Message:
Fix 'set "*" b; case "* b" in "$@") ...' and 'set "*"; case 1 in "${#1}") ...'
Which got broken by the previous fix.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/bin/sh/expand.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.