 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] make network-bridge work in more environments
 B Thomas wrote: [Thu Dec 29 2005, 10:58:04AM EST]
> # Also made a few minor syntax changes (in particular, replaced "=="
> # with "=", and ">&foo" with ">foo 2>foo") so this works with more
> # limited shells.
...
> -    if [ ${antispoof} == 'yes' ] ; then
> +    if [ ${antispoof} = 'yes' ] ; then
Nit: since you're changing this line already, it would be good to
quote the LHS.
-- 
Aron Griffis
hp Open Source & Linux Organization R&D
Attachment:
pgpqY8ArFUMSL.pgp _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |