diff -r c79d55b27724 -r fb71cad4b085 scripts/build/internals.sh --- a/scripts/build/internals.sh Wed Sep 12 17:42:38 2012 +0800 +++ b/scripts/build/internals.sh Thu Jan 10 00:27:13 2013 +0100 @@ -25,8 +25,8 @@ # Strip gdbserver if [ "${CT_GDB_GDBSERVER}" = "y" ]; then - CT_DoExecLog ALL bin/${CT_TARGET}-strip ${strip_args} \ - ${CT_TARGET}/debug-root/usr/bin/gdbserver + CT_DoExecLog ALL "${CT_TARGET}-strip" ${strip_args} \ + "${CT_TARGET}/debug-root/usr/bin/gdbserver" fi # We can not use the version in CT_CC_VERSION because # of the Linaro stuff. So, harvest the version string