From 7a05e252c837a987619b184f68ae16c07f12559d Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 2 Nov 2015 15:55:41 -0800 Subject: [PATCH] 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. --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index aa9477d0e81..cab598fe549 100755 --- a/configure +++ b/configure @@ -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