From 5dcba8fa9164675146308042783991b0f2324256 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 29 Nov 2007 16:01:55 +0000 Subject: updated checkout script to update all copies of the pd source tree it finds svn path=/trunk/; revision=9066 --- scripts/auto-build/run-automated-builder | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/auto-build/run-automated-builder') diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index 3f66a1ea..f6fc87be 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -49,4 +49,6 @@ for dir in /home/pd/auto-build/*; do run_build_script $dirname done -echo yay! +# since the above test can cause this script to exit with an error, force it +# to be happy to prevent getting automated error emails to root +true -- cgit v1.2.1