Skip to content

Commit f48bd12

Browse files
committed
scripts: build-linux-deb: Fix nproc ShellCheck
Signed-off-by: Loïc Minier <[email protected]>
1 parent 78a95b5 commit f48bd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-linux-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fi
8282

8383
log_i "Building Linux deb"
8484
# TODO: build other packages?
85-
make -j$(nproc) \
85+
make "-j$(nproc)" \
8686
ARCH=arm64 DEB_HOST_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \
8787
bindeb-pkg
8888

0 commit comments

Comments
 (0)