summaryrefslogtreecommitdiff
path: root/make/common.pm
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-01-27 16:47:08 +0000
committerSadie Powell <sadie@witchery.services>2021-01-27 16:47:08 +0000
commit859a79923a1e9df7195e1320d66b61ee162f52cc (patch)
tree691a9d5cb9aea1e587c130888b389398843b7b45 /make/common.pm
parentf6b861f12d070ba931d829505bfd3229653f5df2 (diff)
Migrate some stuff away from print_format.
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 @_;
}