Subject: Re: CVS commit: src/etc/rc.d
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 02/15/2007 16:54:23
In article <20070215132736.3089C2150A@cvs.netbsd.org>,
Matthias Scheler  <tron@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	tron
>Date:		Thu Feb 15 13:27:36 UTC 2007
>
>Modified Files:
>	src/etc/rc.d: perusertmp
>
>Log Message:
>Remove unnessary "if [ X"$foo" ... ]" hack which is not necessary if
>you quote things properly which this script does.
>

quoting does not help you if the variable expansion ends up starting
with "-".

christos