X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=tools%2Ftest-build;h=25981d4a64399e8a04704f2bc9b9ee79da36e681;hb=7d597daf0483f3396aca61f1f6f927cf81214ea5;hp=516af0866b159fd1ad9f57a25c2804406f966cd4;hpb=0c34d2844712798812c40d30b786cd5f86d9c850;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/tools/test-build b/tools/test-build index 516af0866..25981d4a6 100755 --- a/tools/test-build +++ b/tools/test-build @@ -64,7 +64,7 @@ foreach my $compiler (@compilers) { say "Failed to configure using the $compiler compiler and the $socketengine socket engine!"; exit 1; } - if (execute 'make', '--jobs', get_cpu_count + 1, 'install') { + if (execute 'make', '--jobs', get_cpu_count() + 1, 'install') { say "Failed to compile using the $compiler compiler and the $socketengine socket engine!"; exit 1; }