From 5960cbcde3ad216b4e69ab3ded57568b738333c0 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 9 Mar 2020 03:44:41 +0000 Subject: Fix get_cpu_count not being evaluated as a scalar. This fixes a bug where the changes in 0c34d28447 did not work. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index fb87c3dd9..ccb551ce5 100755 --- a/configure +++ b/configure @@ -431,7 +431,7 @@ print_format <<"EOM"; <|GREEN Execution User:|> $config{USER} ($config{UID}) <|GREEN Socket Engine:|> $config{SOCKETENGINE} -To build with these settings run '<|GREEN make -j${\get_cpu_count + 1} install|>' now. +To build with these settings run '<|GREEN make -j${\(get_cpu_count() + 1)} install|>' now. EOM -- cgit v1.2.3