Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/20/2005 21:39:11
Module Name:	src
Committed By:	dsl
Date:		Sun Mar 20 21:39:11 UTC 2005

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

Log Message:
Treat $((x)) as equivalent to $(($x)) - posix seems to require this now.


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

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