Re: [ovs-dev] [PATCH] datapath: Fix check-export-symbol for non-bash shells

2015-04-27 Thread YAMAMOTO Takashi
> Thx a lot for fixing this~ > > Acked-by: Alex Wang thank you, applied. YAMAMOTO Takashi > > > > On Sun, Apr 26, 2015 at 11:30 PM, YAMAMOTO Takashi > wrote: > >> Avoid using a bash construct (=~) in the target. >> >> An alternative would be to make the configure script require >> bash ex

Re: [ovs-dev] [PATCH] datapath: Fix check-export-symbol for non-bash shells

2015-04-27 Thread Alex Wang
Thx a lot for fixing this~ Acked-by: Alex Wang On Sun, Apr 26, 2015 at 11:30 PM, YAMAMOTO Takashi wrote: > Avoid using a bash construct (=~) in the target. > > An alternative would be to make the configure script require > bash explicitly. (Currently it doesn't and on NetBSD /bin/ksh > is l

[ovs-dev] [PATCH] datapath: Fix check-export-symbol for non-bash shells

2015-04-26 Thread YAMAMOTO Takashi
Avoid using a bash construct (=~) in the target. An alternative would be to make the configure script require bash explicitly. (Currently it doesn't and on NetBSD /bin/ksh is likely used.) The code in question was introduced by commit b296b82a87326e68773b970284b8e012def0e3ba . ("datapath: Check