summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2011-09-19 12:56:16 +0000
committerHerbert Dürr <hdu@apache.org>2011-09-19 12:56:16 +0000
commit2f0cac4286afbcddec919312974948cb368d62ec (patch)
tree715be9a5886ddd27e0703818f28ea833fd6a16dd /solenv
parent202d76ca127a02ed9b264a406f976127d64a444e (diff)
removed superfluous code comment
Diffstat (limited to 'solenv')
-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 76c8a490dbd2..59db62f5e68e 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1694,7 +1694,6 @@ sub cancel_build {
foreach (keys %broken_build) {
print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n";
};
-# print STDERR "\nAttention: when you fixed the errors in these module(s) you can resume the build by issuing the command:\n\n\t" . $message_part;
print STDERR "\nWhen you fixed the errors in " .
(length(@broken_module_names)==1 ? "that module" : "these modules") .
" you can resume the build by running:\n\n\t" . $message_part;