From 223908d6f056d5e25b063e97c3dd0f697b97f043 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 18 Oct 2016 21:03:37 +0100 Subject: doc: Convert WHY-OVS to rST Signed-off-by: Stephen Finucane Signed-off-by: Russell Bryant --- utilities/ovs-sim.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utilities/ovs-sim.in') diff --git a/utilities/ovs-sim.in b/utilities/ovs-sim.in index 7f6081596..7e43c9625 100755 --- a/utilities/ovs-sim.in +++ b/utilities/ovs-sim.in @@ -63,8 +63,8 @@ if test ! -e "$sim_builddir"/vswitchd/ovs-vswitchd; then echo "$sim_builddir/vswitchd/ovs-vswitchd does not exist (need to run \"make\"?)" >&2 exit 1 fi -if test ! -e "$sim_srcdir"/WHY-OVS.md; then - echo "$sim_srcdir/WHY-OVS.md does not exist" >&2 +if test ! -e "$sim_srcdir"/WHY-OVS.rst; then + echo "$sim_srcdir/WHY-OVS.rst does not exist" >&2 exit 1 fi -- cgit v1.2.1