diff -r fe5e42bf7bbc -r 7f4279913498 scripts/functions --- a/scripts/functions Thu Aug 07 15:18:18 2008 +0000 +++ b/scripts/functions Sat Aug 09 17:40:44 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 }