summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2020-01-23 09:22:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-01-23 09:50:31 +0100
commit339e3a4041f8cafa5415782934e61e15aa2e4c1e (patch)
treed671f672bb5b15a5d4f6bb4c1263ea2669183b22
parent568248c69cfd58bf2f5e53407c523d8e01440072 (diff)
downloadptxdist-339e3a4041f8cafa5415782934e61e15aa2e4c1e.tar.gz
ptxdist-339e3a4041f8cafa5415782934e61e15aa2e4c1e.tar.xz
ptxd_kconfig: fix line continuationptxdist-2020.01.0
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--scripts/lib/ptxd_lib_kconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_lib_kconfig.sh b/scripts/lib/ptxd_lib_kconfig.sh
index e65f583ca..adddc46c1 100644
--- a/scripts/lib/ptxd_lib_kconfig.sh
+++ b/scripts/lib/ptxd_lib_kconfig.sh
@@ -516,7 +516,7 @@ ptxd_kconfig_sync_config() {
all=""
fi
ptxd_bailout "Outdated config for '$(ptxd_print_path "${PTXDIST_LAYERS[0]}")'" \
- "'oldconfig' changes the file. Run 'oldconfig${p:+ }${p}' to update${all}."
+ "'oldconfig' changes the file. Run 'oldconfig${p:+ }${p}' to update${all}." \
"Use --force to continue anyways."
else
ptxd_warning "Outdated config for '$(ptxd_print_path "${PTXDIST_LAYERS[0]}")'" \