From 4d9edc2bb299480f215205deafc4ba23fbdaa819 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 25 Nov 2006 03:23:41 +0000 Subject: [PATCH] error message corrected git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2537 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/config_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/unix/config_functions b/sc2/build/unix/config_functions index 704c9d774..fd6091bd3 100644 --- a/sc2/build/unix/config_functions +++ b/sc2/build/unix/config_functions @@ -394,7 +394,7 @@ have_build_tool() { TEMP_NAME=`evalVar BUILDTOOL_${TOOL}_NAME` if [ -z "$TEMP_NAME" ]; then - echo "Fatal: Program '$TOOL' is not defined!" >&2 + echo "Fatal: Build tool '$TOOL' is not defined!" >&2 exit 1 fi