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-koe...@pengutronix.de> wrote:
> Fixes: c98e2ba9594c ("detect patch changes and reextract when needed")
> Message-Id: <20221108084030.113565-1-u.kleine-koe...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@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}")" \

Reply via email to