From 6458f90a8d76b9b85cff0f22cbb6c2d683d2dfd0 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 18 Dec 2016 12:23:12 +0100 Subject: make-boot-image : fix syntax error for make -j --- make-boot-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-boot-image.sh b/make-boot-image.sh index 78a4ada..62a588e 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -345,7 +345,7 @@ chmod +x "$WORKDIR/initrd/init" [ -f usr/initramfs_data.cpio.gz ] && rm usr/initramfs_data.cpio.gz nproc=$(nproc --all) nproc=${nproc:-4} - make -j ${nproc+1} + make -j $((nproc+1)) ) # Copy / run result EFI file # -- cgit v1.2.3