[Libreoffice-commits] .: solenv/bin
Sebastian Spaeth
spaetz at kemper.freedesktop.org
Wed Nov 10 06:42:11 PST 2010
solenv/bin/build.pl | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c97861556f2325c46193b3cb7ff0bb35abdd959d
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date: Wed Nov 10 15:40:49 2010 +0100
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.
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index f83aa4a..33e7916 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);
More information about the Libreoffice-commits
mailing list