configure: Update the case-sensitive FS error text

Remove the second line so that it fits in 80 chars and the sentence does not
end in a proposition; reads better.
This commit is contained in:
John Scipione 2015-11-02 15:55:41 -08:00
parent 6abbd31061
commit 7a05e252c8

3
configure vendored
View File

@ -658,8 +658,7 @@ rmdir haikuCaseTest haikucasetest 2>/dev/null
if [ $caseInsensitive != 0 ]; then
echo "You need a case-sensitive file-system to build Haiku."
if [ $HOST_PLATFORM = "darwin" ]; then
echo "You can create a case-sensitive disk image using Disk Utility and use"
echo "it to store the Haiku sources on."
echo "You can create a case-sensitive disk image using Disk Utility."
fi
exit 1
fi