mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
Since5b5c922b0c
("ovn-nbctl: Move ovn-nbctl to utilities directory.") there is no more executables in top ovn directory. Removing of this directory from PATHs helps to avoid problems when old executable ./ovn/ovn-nbctl used instead of ./ovn/utilities/ovn-nbctl. This may happen if source directory was updated to commit5b5c922b0c
without calling 'make clean'. Fixes:5b5c922b0c
("ovn-nbctl: Move ovn-nbctl to utilities directory.") Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Russell Bryant <russell@ovn.org>