error message corrected

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2537 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-11-25 03:23:41 +00:00
parent 17e75006a1
commit 4d9edc2bb2
+1 -1
View File
@@ -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