summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/module/coreboot')
-rwxr-xr-xresources/scripts/helpers/build/module/coreboot4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot
index c939068..756ca1c 100755
--- a/resources/scripts/helpers/build/module/coreboot
+++ b/resources/scripts/helpers/build/module/coreboot
@@ -38,7 +38,7 @@ cd "coreboot/"
# cbfstool
cd "util/cbfstool/"
-make -j$(nproc)
+make -j"$(nproc)"
# done. go back to coreboot dir
cd "../../"
@@ -47,5 +47,3 @@ cd "../../"
cd "../"
printf "\n\n"
-
-# ------------------- DONE ----------------------