scripts/functions
changeset 773 7f4279913498
parent 767 fe5e42bf7bbc
child 775 153450c9a9ab
     1.1 --- a/scripts/functions	Thu Aug 07 15:18:18 2008 +0000
     1.2 +++ b/scripts/functions	Sat Aug 09 17:40:44 2008 +0000
     1.3 @@ -171,7 +171,7 @@
     1.4  # Test the presence of a tool, or abort if not found
     1.5  # Usage: CT_HasOrAbort <tool>
     1.6  CT_HasOrAbort() {
     1.7 -    CT_TestAndAbort "'${1}' not found and needed for successful toolchain build." -z ""$(CT_Which "${1}")
     1.8 +    CT_TestAndAbort "'${1}' not found and needed for successful toolchain build." -z "$(CT_Which "${1}")"
     1.9      return 0
    1.10  }
    1.11