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:
parent
6abbd31061
commit
7a05e252c8
3
configure
vendored
3
configure
vendored
@ -658,8 +658,7 @@ rmdir haikuCaseTest haikucasetest 2>/dev/null
|
|||||||
if [ $caseInsensitive != 0 ]; then
|
if [ $caseInsensitive != 0 ]; then
|
||||||
echo "You need a case-sensitive file-system to build Haiku."
|
echo "You need a case-sensitive file-system to build Haiku."
|
||||||
if [ $HOST_PLATFORM = "darwin" ]; then
|
if [ $HOST_PLATFORM = "darwin" ]; then
|
||||||
echo "You can create a case-sensitive disk image using Disk Utility and use"
|
echo "You can create a case-sensitive disk image using Disk Utility."
|
||||||
echo "it to store the Haiku sources on."
|
|
||||||
fi
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user