defaults: fix pointlessly split line error
inconsistent with all other output Gbp-Dch: Ignore Closes: #952874
This commit is contained in:
parent
3840ac2005
commit
3897aac77a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue