[lxc-devel] [PATCH] fix misleading error message in lxc_create

Andrian Nord nightnord at gmail.com
Fri Jan 8 10:09:56 UTC 2010


> -if [ ! -r $lxc_path ]; then
> +if [ "$lxc_path" = "" ]; then

maybe [ -z "${lxc_path}" ] whould be better?




More information about the lxc-devel mailing list