X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=scripts%2Fmkuboot.sh;h=2e3d3cd916b88be452585478ac71b771999903b1;hb=683c6f8fcbcb6de8d07545ba70aff49e50d8bcf2;hp=4b06c5eea7283a94524c149f598cfef66872eaaa;hpb=b0138a6cb7923a997d278b47c176778534d1095b;p=sfrench%2Fcifs-2.6.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)