mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [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

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