No need for telegram style. We can spare a "the".

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2538 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-11-25 03:30:25 +00:00
parent 4d9edc2bb2
commit ac732d399b
+2 -2
View File
@@ -363,7 +363,7 @@ have_program() {
TEMP_VERSION=`evalVar PROG_${PROG}_VERSION`
if [ -z "$TEMP_VERSION" ]; then
eval "PROG_${PROG}_PRESENT"=1
echo "Fatal: Could not determine version of $TEMP_NAME" >&2
echo "Fatal: Could not determine the version of $TEMP_NAME" >&2
exit 1
fi
if not version_match "$2" "$TEMP_VERSION"; then
@@ -517,7 +517,7 @@ EOF
TEMP_VERSION=`evalVar LIB_${LIB}_VERSION`
if [ -z "$TEMP_VERSION" ]; then
eval "LIB_${LIB}_PRESENT"=1
echo "Fatal: Could not determine version of $TEMP_NAME" >&2
echo "Fatal: Could not determine the version of $TEMP_NAME" >&2
exit 1
fi
if not version_match "$2" "$TEMP_VERSION"; then