X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=scripts%2Fmkuboot.sh;h=2e3d3cd916b88be452585478ac71b771999903b1;hp=4b06c5eea7283a94524c149f598cfef66872eaaa;hb=20b4755e4fbb226eb42951bd40b53fcbce9ef944;hpb=b643b0fdbc59cf6bbb086974b29d2571e9e9f646 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)