The second patch (fix-update-ctest.diff) looks as if it has already been applied to SVN - is that correct?
Also, scripts/update-ctest.in (and the patch) contain this code: if [ -d build ] ; then echo "Build directory not present, will run make setup" [...] which will run make setup if the build directory *is* there, but tell you it is running make setup because the directory *is not* there. Dan's patch was identical to yours, except it contained: if [ ! -d build ] ; then Which is correct? Allan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel