From: Kern Sibbald Date: Thu, 28 Feb 2008 14:25:44 +0000 (+0000) Subject: Apply fix to build msg X-Git-Tag: Release-7.0.0~4931 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cbf3f5d9e648d863b29a1f3a370ea66dc066706e;p=bacula%2Fbacula Apply fix to build msg git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6511 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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