* [ptxdist] [PATCH] clean: Fix a double whitespace
@ 2022-11-08 8:40 Uwe Kleine-König
2022-11-11 18:04 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2022-11-08 8:40 UTC (permalink / raw)
To: ptxdist
Fixes: c98e2ba9594c ("detect patch changes and reextract when needed")
---
scripts/lib/ptxd_make_clean.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/lib/ptxd_make_clean.sh b/scripts/lib/ptxd_make_clean.sh
index a3a7cde797bc..4bfce603c94a 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}")" \
--
2.38.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] clean: Fix a double whitespace
2022-11-08 8:40 [ptxdist] [PATCH] clean: Fix a double whitespace Uwe Kleine-König
@ 2022-11-11 18:04 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-11-11 18:04 UTC (permalink / raw)
To: ptxdist; +Cc: Uwe Kleine-König
Thanks, applied as 8f8dbdd3530d7b63727013ad2e395e5d3e5b3c5b.
Michael
[sent from post-receive hook]
On Fri, 11 Nov 2022 19:04:31 +0100, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> 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>
>
> diff --git a/scripts/lib/ptxd_make_clean.sh b/scripts/lib/ptxd_make_clean.sh
> index a3a7cde797bc..4bfce603c94a 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}")" \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-11 18:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 8:40 [ptxdist] [PATCH] clean: Fix a double whitespace Uwe Kleine-König
2022-11-11 18:04 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox