string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / scripts / mkuboot.sh
index 4b06c5e..2e3d3cd 100755 (executable)
@@ -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)