Signed-off-by: Joe Stringer <j...@ovn.org>
---
 tests/atlocal.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/atlocal.in b/tests/atlocal.in
index 1353b46fd1ef..5b151c3d84c3 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -126,7 +126,7 @@ fi
 
 # Look for a commnand in the system. If it is found, defines
 # HAVE_COMMAND="yes", otherwise HAVE_COMMAND="no".
-FindCommand()
+find_command()
 {
     which $1 > /dev/null 2>&1
     status=$?
@@ -139,7 +139,7 @@ FindCommand()
 }
 
 # Set HAVE_NC
-FindCommand nc
+find_command nc
 
 # Determine correct netcat option to quit on stdin EOF
 if nc --version 2>&1 | grep -q nmap.org; then
-- 
2.10.2

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to