From: Kern Sibbald Date: Sun, 11 Oct 2009 09:18:29 +0000 (+0200) Subject: Tweak git pull X-Git-Tag: Release-5.0.0~285^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51177a9062ef493f368995b6ca0c0723fdb1d335;p=bacula%2Fbacula Tweak git pull --- diff --git a/regress/scripts/update-ctest.in b/regress/scripts/update-ctest.in index c5aa72e2b7..e9fc1bf86c 100644 --- a/regress/scripts/update-ctest.in +++ b/regress/scripts/update-ctest.in @@ -24,6 +24,7 @@ echo Source is ${new} if [ ${cur}x != ${new}x ] ; then echo "Newer version available, will run make setup" + git pull make setup else echo "Latest version present in build, skipping make setup"