aboutsummaryrefslogtreecommitdiff
path: root/make_markdown.sh
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-23 19:06:42 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-23 19:06:42 +0100
commit1773245c9b6c976e014fbf1dcf7a8b3c8d05fcab (patch)
tree66f3256a15701418a939e677321047c9fe2465fb /make_markdown.sh
parent3baaed6a0afa3479a7ba918742169922e657378e (diff)
downloadhaketilo-hydrilla-sbom-1773245c9b6c976e014fbf1dcf7a8b3c8d05fcab.tar.gz
haketilo-hydrilla-sbom-1773245c9b6c976e014fbf1dcf7a8b3c8d05fcab.zip
Add babel to SBoM + minor changes
Diffstat (limited to 'make_markdown.sh')
-rwxr-xr-xmake_markdown.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_markdown.sh b/make_markdown.sh
index 92beed2..7c4c312 100755
--- a/make_markdown.sh
+++ b/make_markdown.sh
@@ -22,9 +22,9 @@ for WHICH_ONE in haketilo hydrilla; do
OTHER_CAP=$(printf $OTHER_ONE | tr h H)
export NOTE="
-[Software Bill of Materials (SBOM)](https://en.wikipedia.org/wiki/Software_bill_of_materials) lists external components used or included in a given software product.
+[Software Bill of Materials (SBoM)](https://en.wikipedia.org/wiki/Software_bill_of_materials) lists external components used or included in a given software product.
-You may also want to look at the [SBOM of $OTHER_CAP](/projects/hydrilla/wiki/${OTHER_CAP}_Software_Bill_of_Materials) and [a concatenated plain text version](https://git.koszko.org/haketilo-hydrilla-sbom/plain/$PLAIN_FILENAME)."
+You may also want to look at the [SBoM of $OTHER_CAP](/projects/hydrilla/wiki/${OTHER_CAP}_Software_Bill_of_Materials) and [a concatenated plain text version](https://git.koszko.org/haketilo-hydrilla-sbom/plain/$PLAIN_FILENAME)."
AWK_EXTRACT_HALF="
/^#[[:space:]].*Haketilo/ {haketilo_part = 1; hydrilla_part = 0;}