Quieten normal-run output to cut down on mail from cron
authorJeremy Harris <jgh@wizmail.org>
Sun, 26 Feb 2017 19:43:35 +0000 (19:43 +0000)
committerJeremy Harris <jgh@wizmail.org>
Sun, 26 Feb 2017 19:43:35 +0000 (19:43 +0000)
run_branches

index 429b02e09c9dda5140a71e4ef83cdb03b448934a..1ef72e544fed48d52646825e0f04ae0167c0b15b 100755 (executable)
@@ -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';