From 0e5081e87c1609d3c4a9855775ee562ceab485f6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 29 Jan 2021 14:22:04 +0000 Subject: Fix some minor oversights introduced in 859a799 and 3e557e8. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 2e19228ba..5a587b808 100755 --- a/configure +++ b/configure @@ -453,7 +453,7 @@ my @makeargs; push @makeargs, "-C${\abs2rel $RealDir}" unless getcwd eq $RealDir; push @makeargs, "-j${\(get_cpu_count() + 1)}"; -say console_format <<"EOM"; +print console_format <<"EOM"; <|GREEN Paths:|> <|GREEN Base:|> $config{BASE_DIR} -- cgit v1.2.3