Subject: CVS commit: basesrc/distrib/common
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/16/2002 05:13:17
Module Name: basesrc
Committed By: thorpej
Date: Mon Sep 16 02:13:17 UTC 2002
Modified Files:
basesrc/distrib/common: parselist.awk
Log Message:
Don't escape constructs like ${FOO} in printf statements. awk doesn't
expand variables like that in printfs, and the escapes end up in the
output in some versions of awk.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/distrib/common/parselist.awk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.