From 4f1e357b5d2064b433006bd707a2e7307d79542a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 8 Apr 2020 22:16:44 -0500 Subject: Typo. --- scripts/mkroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mkroot.sh') diff --git a/scripts/mkroot.sh b/scripts/mkroot.sh index 76c60ed0..40ecc4ec 100755 --- a/scripts/mkroot.sh +++ b/scripts/mkroot.sh @@ -217,7 +217,7 @@ else # Build kernel. Copy config, device tree binary, and kernel binary to output make ARCH=$KARCH CROSS_COMPILE="$CROSS_COMPILE" -j $(nproc) && cp .config "$OUTPUT/linux-fullconfig" || exit 1 - [ ! -z "$DTB" ] && { cp "$DTB" "$OUTPUT")" || exit 1 ;} + [ ! -z "$DTB" ] && { cp "$DTB" "$OUTPUT" || exit 1 ;} cp "$VMLINUX" "$OUTPUT" && cd .. && rm -rf linux && popd || exit 1 fi -- cgit v1.2.3