build-system: work-around for bash(?) bug in calling make

This commit is contained in:
2025-08-04 17:07:32 +02:00
parent 9424d2b838
commit e19298f82f
+1 -1
View File
@@ -637,7 +637,7 @@ pbuild::compile() {
local -- v_save="$V"
unset V
(( JOBS == 0 )) && JOBS=$(_get_num_cores)
${make} -j${JOBS} || \
/bin/bash -c ${make} -j${JOBS} -e || \
std::die 3 \
"%s " "${module_name}/${module_version}:" \
"compilation failed!"