From b2007fc4ca56f74622e6827ff8dee7992652e45b Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 12 Jul 2002 08:53:03 +0000 Subject: [PATCH] - fix typos --- lustre/tests/common.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index 3130bc7..029d251 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -149,6 +149,7 @@ start_acceptor() { $ACCEPTOR $PORT ;; *) fail "$0: unknown NETWORK '$NETWORK'" ;; + esac } @@ -197,7 +198,7 @@ setup_portals() { [ -c /dev/portals ] || mknod /dev/portals c 10 240 - if [ "$USEDEV" = "yes ]; then + if [ "$USEDEV" = "yes" ]; then do_insmod $PORTALS/linux/oslib/portals.o || exit -1 case $NETWORK in @@ -206,7 +207,8 @@ setup_portals() { tcp) do_insmod $PORTALS/linux/socknal/ksocknal.o || exit -1 ;; *) fail "$0: unknown NETWORK '$NETWORK'" ;; - esac + esac + fi start_acceptor @@ -221,7 +223,7 @@ setup_portals() { add_uuid $DLM add_uuid self quit - EOF +EOF } setup_lustre() { -- 1.8.3.1