X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=scripts%2Fmkuboot.sh;h=2e3d3cd916b88be452585478ac71b771999903b1;hb=4a4962263f07d14660849ec134ee42b63e95ea9a;hp=4b06c5eea7283a94524c149f598cfef66872eaaa;hpb=59b8175c771040afcd4ad67022b0cc80c216b866;p=linux-block.git diff --git a/scripts/mkuboot.sh b/scripts/mkuboot.sh index 4b06c5eea728..2e3d3cd916b8 100755 --- a/scripts/mkuboot.sh +++ b/scripts/mkuboot.sh @@ -4,7 +4,7 @@ # Build U-Boot image when `mkimage' tool is available. # -MKIMAGE=$(type -path ${CROSS_COMPILE}mkimage) +MKIMAGE=$(type -path "${CROSS_COMPILE}mkimage") if [ -z "${MKIMAGE}" ]; then MKIMAGE=$(type -path mkimage)