NetBSD/distrib/miniroot
kre a550fa2998 test ! -n "$foo" is just a quaint way of saying test -z "$foo"
and test ! -z "$foo" is really just test -n "$foo"  so let's just
use the simple (and more obvious) forms.

NFCI.
2020-01-19 00:57:00 +00:00
..
Makefile 1. Remove all the special handling of variables (-d -p -P -s -S) that 2019-12-29 18:26:16 +00:00
install.sh eXorcize and `` -> $() 2019-04-04 20:51:35 +00:00
install.sub test ! -n "$foo" is just a quaint way of saying test -z "$foo" 2020-01-19 00:57:00 +00:00
list
mtree.usr.install
upgrade.sh eXorcize and `` -> $() 2019-04-04 20:51:35 +00:00