From 929970279cb38570d78878d21c82c99dc3d6b9a6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 9 Aug 2008 17:40:44 +0000 Subject: Merge #911 from banches/eglibc: Fix testing for tool's presence. /trunk/scripts/functions | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions b/scripts/functions index da039ab..a33cfd4 100644 --- a/scripts/functions +++ b/scripts/functions @@ -171,7 +171,7 @@ CT_TestOrAbort() { # 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 } -- cgit v0.10.2-6-g49f6