On Tue, Jun 21, 2011 at 03:02:52PM -0700, Andrew Evans wrote: > On Tue, 2011-06-21 at 12:45 -0700, Ben Pfaff wrote: > > + if test $rc = 0; then > > Should this be a numeric comparison, i.e. '$rc eq 0'?
It will always be exactly 0, so = is fine (and it's what I see more commonly used). > Looks good otherwise, thanks. Thanks, I'll push the first 3 patches here soon. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
