From 9f60e94c56760c45ba944b829901f07367cbb448 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 26 Feb 2017 19:43:35 +0000 Subject: [PATCH] Quieten normal-run output to cut down on mail from cron --- run_branches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_branches b/run_branches index 429b02e..1ef72e5 100755 --- a/run_branches +++ b/run_branches @@ -40,7 +40,7 @@ my %CALLED = ( argv => [@ARGV], # get a copy! ); chdir $RealBin or die "$0: Can't chdir to '$RealBin': $!\n"; -say "Changed working directory to '$RealBin'" if -t; +#say "Changed working directory to '$RealBin'" if -t; my %branch_last; my $run_build = './run_build'; -- 2.30.2