Skip to content

Commit 548c30c

Browse files
committed
scripts: u-boot-rb1: Fix nproc ShellCheck warning
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
1 parent f48bd12 commit 548c30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-u-boot-rb1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ log_i "Configuring U-Boot (${CONFIG})"
7272
make "${CONFIG}"
7373

7474
log_i "Building U-Boot (with device tree ${U_BOOT_DEVICE_TREE})"
75-
make -j`nproc` \
75+
make "-j$(nproc)" \
7676
CROSS_COMPILE=aarch64-linux-gnu- DEVICE_TREE="${U_BOOT_DEVICE_TREE}"
7777

7878
log_i "Creating Android boot image (${ABOOT_OUTPUT})"

0 commit comments

Comments
 (0)