summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-10 15:40:49 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-10 15:40:49 +0100
commitc97861556f2325c46193b3cb7ff0bb35abdd959d (patch)
tree0cc13239cf86dbf73e392635a55ba753d0a72dde
parent9d763c587c1b7ef80161a92527a6ad096454ac3f (diff)
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.
-rwxr-xr-xsolenv/bin/build.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index f83aa4a40..33e79165c 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -778,7 +778,6 @@ sub dmake_dir {
print "$dmake\n";
print $check_error_string;
} else {
- print "\n" if ( ! $show );
print "Entering $job_name\n";
};
remove_from_dependencies($job_name, \%local_deps_hash) if (!$child);