From cbf3f5d9e648d863b29a1f3a370ea66dc066706e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 28 Feb 2008 14:25:44 +0000 Subject: [PATCH] Apply fix to build msg git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6511 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/update-ctest.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/update-ctest.in b/regress/scripts/update-ctest.in index 4674b67e7d..ca95a0ba1e 100644 --- a/regress/scripts/update-ctest.in +++ b/regress/scripts/update-ctest.in @@ -2,7 +2,7 @@ cd @regressdir@ -if [ -d build ] ; then +if [ ! -d build ] ; then echo "Build directory not present, will run make setup" cd @srcdir@ svn update > /dev/null -- 2.39.2