summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-01-29 14:22:04 +0000
committerSadie Powell <sadie@witchery.services>2021-01-29 14:24:56 +0000
commit0e5081e87c1609d3c4a9855775ee562ceab485f6 (patch)
treeba95c8c1f3edbcec456cba083a03644643245c91 /configure
parent413a08a4d3d3381dbcc215eb81fe4713cb646602 (diff)
Fix some minor oversights introduced in 859a799 and 3e557e8.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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}