defaults: fix pointlessly split line error

inconsistent with all other output

Gbp-Dch: Ignore
Closes: #952874
This commit is contained in:
jnqnfe 2015-01-06 03:10:15 +00:00 committed by Raphaël Hertzog
parent 3840ac2005
commit 3897aac77a
1 changed files with 1 additions and 2 deletions

View File

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