ovs-dev.py: allow current directory to be used as the working directory
authorAndy Zhou <azhou@nicira.com>
Fri, 11 Sep 2015 20:34:24 +0000 (13:34 -0700)
committerAndy Zhou <azhou@nicira.com>
Thu, 1 Oct 2015 03:43:53 +0000 (20:43 -0700)
commit9bf2f075d76accfe314adaa7182bf9c978a6a9c3
tree8d7ddebb95140ef67ff6981bd7de3006c180e4cf
parentdfc89a556dc77710233d15e19d1f5fcd26fee357
ovs-dev.py: allow current directory to be used as the working directory

Rather than forcing a single ovs source tree under ~/ovs, this
change supports invoking the script from the root of any
ovs source tree as the working source tree. If the script is invoked
from a directory not recognized as OVS source tree, ~/ovs will
then be used.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
utilities/ovs-dev.py