summaryrefslogtreecommitdiff
path: root/make/common.pm
diff options
context:
space:
mode:
Diffstat (limited to 'make/common.pm')
-rw-r--r--make/common.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/common.pm b/make/common.pm
index 38b77e215..519e7fba8 100644
--- a/make/common.pm
+++ b/make/common.pm
@@ -45,7 +45,7 @@ sub create_directory($$) {
}
sub execute(@) {
- print_format "<|BOLD \$|> @_\n";
+ say console_format "<|BOLD \$|> @_";
return system @_;
}