diff options
Diffstat (limited to 'make/common.pm')
-rw-r--r-- | make/common.pm | 2 |
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 @_; } |