From 859a79923a1e9df7195e1320d66b61ee162f52cc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 27 Jan 2021 16:47:08 +0000 Subject: Migrate some stuff away from print_format. --- make/common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/common.pm') 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 @_; } -- cgit v1.2.3