Thanks for the fix. Reviewed-by: Yifeng Sun <[email protected]>
On Mon, May 20, 2019 at 3:49 PM Ben Pfaff <[email protected]> wrote: > > Reported-by: Numan Siddique <[email protected]> > Reported-at: > https://mail.openvswitch.org/pipermail/ovs-dev/2019-May/359144.html > Signed-off-by: Ben Pfaff <[email protected]> > --- > .travis/linux-build.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh > index d869713f7f5e..2c3fc52c7fc4 100755 > --- a/.travis/linux-build.sh > +++ b/.travis/linux-build.sh > @@ -116,7 +116,7 @@ fi > > if [ "$TESTSUITE" ]; then > # 'distcheck' will reconfigure with required options. > - # Now we only need to prepare the Makefile wihtout sparse-wrapped CC. > + # Now we only need to prepare the Makefile without sparse-wrapped CC. > configure_ovs > > export DISTCHECK_CONFIGURE_FLAGS="$OPTS" > -- > 2.20.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
