diff -r 8ebf5ea601d8 -r da5cd379de06 scripts/functions --- a/scripts/functions Sun Jul 27 14:28:36 2008 +0000 +++ b/scripts/functions Sat Aug 09 18:06:43 2008 +0000 @@ -171,7 +171,7 @@ # Test the presence of a tool, or abort if not found # Usage: CT_HasOrAbort CT_HasOrAbort() { - CT_TestAndAbort "'${1}' not found and needed for successful toolchain build." -z ""$(CT_Which "${1}") + CT_TestAndAbort "'${1}' not found and needed for successful toolchain build." -z "$(CT_Which "${1}")" return 0 }