mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-03 20:30:51 +02:00
Merge branch '452-build-system-calling-make-must-be-quoted' into 'master'
Resolve "build-system: calling make must be quoted" Closes #452 See merge request Pmodules/Pmodules!484
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user