Skip to content

Commit

Permalink
configure: Update the case-sensitive FS error text
Browse files Browse the repository at this point in the history
Remove the second line so that it fits in 80 chars and the sentence does not
end in a proposition; reads better.
  • Loading branch information
jscipione committed Nov 3, 2015
1 parent 6abbd31 commit 7a05e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure
Expand Up @@ -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
Expand Down

0 comments on commit 7a05e25

Please sign in to comment.