From d52de4db44aeee6778bc10f5cc6e3cb7d498bdf5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 27 Apr 2007 14:47:20 +0000 Subject: removed echo statement to have emails sent only on errors svn path=/trunk/; revision=7610 --- scripts/auto-build/run-automated-builder | 1 - 1 file changed, 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 bac86e80..ebc8de71 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -35,7 +35,6 @@ run_build_script () } for dir in /home/pd/auto-build/*; do - echo $dir dirname=`echo $dir | sed 's|.*/\(.*\)|\1|'` test -e $dir/scripts/auto-build/${dirname}-auto-builder.sh && \ run_build_script $dirname -- cgit v1.2.1