X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fmkuboot.sh;h=2e3d3cd916b88be452585478ac71b771999903b1;hb=488fd99588bf23da951b524a806e44feaa1aa366;hp=4b06c5eea7283a94524c149f598cfef66872eaaa;hpb=724339d76d9407cd1a8ad32a9c1fdf64840cc51b;p=linux-2.6 diff --git a/scripts/mkuboot.sh b/scripts/mkuboot.sh index 4b06c5eea7..2e3d3cd916 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)