build-system: calling make in pbuild::compile() fixed

This commit is contained in:
2025-09-03 13:36:51 +02:00
parent 02ce5bb612
commit 2c7a1af277
+1 -1
View File
@@ -637,7 +637,7 @@ pbuild::compile() {
local -- v_save="$V"
unset V
(( JOBS == 0 )) && JOBS=$(_get_num_cores)
/bin/bash -c ${make} -j${JOBS} -e || \
/bin/bash -c "${make} -j${JOBS} -e" || \
std::die 3 \
"%s " "${module_name}/${module_version}:" \
"compilation failed!"