Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
Mike Frysinger wrote:
> > + # lets see if the username already exists
> > + if [[ ! -n $(egetent passwd "${euser}") ]] ; then
>
> "! -n" -> "-z"
Does the $() argument ever need to be double quoted, or do all
versions of bash actually have the string argument optional even
though that's not what the man page reads?
//Peter
|
|