From 72a7868c9136131a76fe5d2e8123b544901bb7f7 Mon Sep 17 00:00:00 2001 From: isaac Date: Thu, 28 May 2009 00:39:20 +0000 Subject: [PATCH] i=brian,b=15870: - added missing quotes over $O2IB_SYMVER. --- lnet/autoconf/lustre-lnet.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 383516a..ddfce23 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -530,7 +530,7 @@ else break; fi done - if test -n $O2IB_SYMVER ; then + if test -n "$O2IB_SYMVER"; then AC_MSG_NOTICE([adding $O2IBPATH/$O2IB_SYMVER to $PWD/$SYMVERFILE]) # strip out the existing symbols versions first if test -f $PWD/$SYMVERFILE; then -- 1.8.3.1