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:
@@ -394,7 +394,7 @@ have_build_tool() {
|
|||||||
|
|
||||||
TEMP_NAME=`evalVar BUILDTOOL_${TOOL}_NAME`
|
TEMP_NAME=`evalVar BUILDTOOL_${TOOL}_NAME`
|
||||||
if [ -z "$TEMP_NAME" ]; then
|
if [ -z "$TEMP_NAME" ]; then
|
||||||
echo "Fatal: Program '$TOOL' is not defined!" >&2
|
echo "Fatal: Build tool '$TOOL' is not defined!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user