From 3897aac77a808dac94321d677458c45780a3e405 Mon Sep 17 00:00:00 2001
From: jnqnfe <jnqnfe@gmail.com>
Date: Tue, 6 Jan 2015 03:10:15 +0000
Subject: [PATCH] defaults: fix pointlessly split line error

inconsistent with all other output

Gbp-Dch: Ignore
Closes: #952874
---
 functions/defaults.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 7d5f4aa57..fe35ce879 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -821,8 +821,7 @@ Check_defaults ()
 		ntfs)
 			if [ ! -x "$(which ntfs-3g 2>/dev/null)" ]
 			then
-				Echo_error "Using ntfs as the binary filesystem is currently only supported"
-				Echo_error "if ntfs-3g is installed on the host system."
+				Echo_error "Using ntfs as the binary filesystem is currently only supported if ntfs-3g is installed on the host system."
 
 				exit 1
 			fi