Rebrand function function m_validate_xcode()

This commit is contained in:
Benjamin Fleischer 2011-06-25 02:06:54 +02:00
parent 28f5dc041d
commit b79e68a03b
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ function m_validate_xcode()
if [ $mvs_have -lt $mvs_want ] if [ $mvs_have -lt $mvs_want ]
then then
echo "Xcode version $M_XCODE_VERSION_REQUIRED or higher is required to build MacFUSE." echo "Xcode version $M_XCODE_VERSION_REQUIRED or higher is required to build OSXFUSE."
exit 2 exit 2
fi fi