scripts/functions
branch1.2
changeset 780 da5cd379de06
parent 739 8ebf5ea601d8
child 781 33c13a486d89
     1.1 --- a/scripts/functions	Sun Jul 27 14:28:36 2008 +0000
     1.2 +++ b/scripts/functions	Sat Aug 09 18:06:43 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