Subject: CVS commit: src/etc/rc.d
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 04/21/2004 17:02:41
Module Name:	src
Committed By:	dbj
Date:		Wed Apr 21 17:02:41 UTC 2004

Modified Files:
	src/etc/rc.d: fixsb

Log Message:
some minor shell programming tweaks recommended by christos
use [ -n ] instead of [ ! -z ]
use $() instead of ``
use just "$@" instead ${1+"$@"}


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/etc/rc.d/fixsb

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