datapath: Fix check-export-symbol for non-bash shells
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 27 Apr 2015 05:48:46 +0000 (14:48 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 28 Apr 2015 01:03:16 +0000 (10:03 +0900)
commitd3de1af728326646d1a9fe686c6230b79e6d64c1
treed9a84bf4c11e63a9812ab61b1f26b661e1bb7163
parent26bfaeaa968758e7ce6050d2303a0a215636989f
datapath: Fix check-export-symbol for non-bash shells

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 the export of public functions in linux/compat/linux/.")

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Acked-by: Alex Wang <alexw@nicira.com>
datapath/Makefile.am