|
|
|
|
|
|
|
|
|
|
xen-devel
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
pgpMnn50vOtnK.pgp
Description: PGP signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] make network-bridge work in more environments,
Aron Griffis <=
|
|
|
|
|