[ovs-dev] [PATCH] ovn: Remove top ovn directory from PATHs.

2016-01-29 Thread Ilya Maximets
Since 5b5c922b0ca6 ("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

Re: [ovs-dev] [PATCH] ovn: Remove top ovn directory from PATHs.

2016-01-29 Thread Russell Bryant
On 01/29/2016 04:20 AM, Ilya Maximets wrote: > Since 5b5c922b0ca6 ("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