From 9fb32a65b30427ad51d1fbca58b047f75a5b07eb Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 21 Aug 2005 00:58:00 +0000 Subject: [PATCH] Support --disable-monitor: Do not leave $MONMOD empty --- tests/scripts/conf.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 2eb536b29b..10266bdb5c 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -12,12 +12,11 @@ ## A copy of this license is available in the file LICENSE in the ## top-level directory of the distribution or, alternatively, at ## . +MONMOD=nomod if [ x"$MONITORDB" = xyes -o x"$MONITORDB" = xmod ] ; then MON=monitor if [ $MONITORDB = mod ] ; then MONMOD=monitormod - else - MONMOD=nomod fi else MON=nomonitor -- 2.39.5