Kaydet (Commit) babab2c5 authored tarafından Sebastian Spaeth's avatar Sebastian Spaeth

Avoid outputting duplicate empty lines

All these did were outputting empty lines where already some were
being output leading to duplicate empty lines in the build log.
üst 31ddeb72
...@@ -778,7 +778,6 @@ sub dmake_dir { ...@@ -778,7 +778,6 @@ sub dmake_dir {
print "$dmake\n"; print "$dmake\n";
print $check_error_string; print $check_error_string;
} else { } else {
print "\n" if ( ! $show );
print "Entering $job_name\n"; print "Entering $job_name\n";
}; };
remove_from_dependencies($job_name, \%local_deps_hash) if (!$child); remove_from_dependencies($job_name, \%local_deps_hash) if (!$child);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment