summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2022-11-08 09:40:30 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-11-11 08:18:03 +0100
commit8f8dbdd3530d7b63727013ad2e395e5d3e5b3c5b (patch)
treea9d74a1b7f9eddcf133f0e83e64934240e15cbc9
parent94023de2a1e127d8c2d8fb215eb92232da003ec9 (diff)
downloadptxdist-8f8dbdd3530d7b63727013ad2e395e5d3e5b3c5b.tar.gz
ptxdist-8f8dbdd3530d7b63727013ad2e395e5d3e5b3c5b.tar.xz
clean: Fix a double whitespace
Fixes: c98e2ba9594c ("detect patch changes and reextract when needed") Message-Id: <20221108084030.113565-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--scripts/lib/ptxd_make_clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_clean.sh b/scripts/lib/ptxd_make_clean.sh
index a3a7cde79..4bfce603c 100644
--- a/scripts/lib/ptxd_make_clean.sh
+++ b/scripts/lib/ptxd_make_clean.sh
@@ -18,7 +18,7 @@ ptxd_make_clean() {
if [ -z "${PTXCONF_SETUP_AUTO_EXTRACT}" ]; then
ptxd_bailout "Refusing to delete existing source" \
"$(ptxd_print_path "${directory}")" \
- "Delete anyways with --force or skip extract with --dirty."
+ "Delete anyways with --force or skip extract with --dirty."
elif [ -z "${PTXDIST_FORCE}" -a -d "${directory}/.git" ]; then
ptxd_bailout "Refusing to delete existing source with git" \
"$(ptxd_print_path "${directory}")" \