Subject: CVS commit: basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/11/2002 20:57:20
Module Name: basesrc
Committed By: christos
Date: Mon Feb 11 18:57:20 UTC 2002
Modified Files:
basesrc/bin/sh: parser.c
Log Message:
PR/15579: Alan Barrett: }'s inside variable specs were taken into account
even if quoted:
foo=${foo:-"'{}'"}; echo $foo
would display '{'} instead of '{}'.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 basesrc/bin/sh/parser.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.