mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] scripts/lib/ptxd_make_xpkg_pkg.sh: Beautify figlet output.
@ 2021-09-01 11:48 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2021-09-01 11:48 UTC (permalink / raw)
  To: ptxdist

Not ideal, but long project names with dashes can probably
be split as multiple lines in a figlet issue banner.
Ie, Company longprodname-arch -> Company\nlongprodname-\narch.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 scripts/lib/ptxd_make_xpkg_pkg.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh
index 70e1bfb8c..c565f5870 100644
--- a/scripts/lib/ptxd_make_xpkg_pkg.sh
+++ b/scripts/lib/ptxd_make_xpkg_pkg.sh
@@ -743,6 +743,7 @@ install replace figlet:
 	esac | \
 	awk '{ if ($0 !~ "^ *$") printf("%s\\n", $0) }'  # newlines for sed
     } &&
+    value=$(sed 's,-,-\n,g' <<< ${value}) &&
     figlet="$(ptxd_figlet_helper "$value" "$escapemode")" &&
     sed -i -e "s#${placeholder}#${figlet}#g" "${dirs[@]/%/${dst}}" ||
 
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-01 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 11:48 [ptxdist] [PATCH] scripts/lib/ptxd_make_xpkg_pkg.sh: Beautify figlet output Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox