Commit 542cc9bb(doc: Convert docs to Markdown language) changes the file name in root directory which causes the file exist check fails in make sandbox. This commit fixes the issue.
Signed-off-by: Alex Wang <al...@nicira.com> --- tutorial/ovs-sandbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index 21066d1..45bb234 100755 --- a/tutorial/ovs-sandbox +++ b/tutorial/ovs-sandbox @@ -136,7 +136,7 @@ if $built; then case $srcdir in '') srcdir=$builddir - if test ! -e "$srcdir"/WHY-OVS; then + if test ! -e "$srcdir"/WHY-OVS.md; then srcdir=`cd $builddir/.. && pwd` fi ;; -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev