X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fmkuboot.sh;h=2e3d3cd916b88be452585478ac71b771999903b1;hb=688c91755dc3d3c03d8c67c1df13c02be258768e;hp=4b06c5eea7283a94524c149f598cfef66872eaaa;hpb=f99c6bb6e2e9c35bd3dc0b1d0faa28bd6970930d;p=linux-2.6-omap-h63xx.git diff --git a/scripts/mkuboot.sh b/scripts/mkuboot.sh index 4b06c5eea72..2e3d3cd916b 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)