summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnqnfe <jnqnfe@gmail.com>2015-01-06 03:10:15 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-03-05 11:41:53 +0000
commit3897aac77a808dac94321d677458c45780a3e405 (patch)
treeba937e03dd726b8c8c375f46ecf3659cf61cee74
parent3840ac200507d60be1278d4149882bee88261699 (diff)
downloadvyos-live-build-3897aac77a808dac94321d677458c45780a3e405.tar.gz
vyos-live-build-3897aac77a808dac94321d677458c45780a3e405.zip
defaults: fix pointlessly split line error
inconsistent with all other output Gbp-Dch: Ignore Closes: #952874
-rwxr-xr-xfunctions/defaults.sh3
1 files changed, 1 insertions, 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