meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 4708bdc77046c975082052c8182386a5de328744
parent 500819f924a55db9f6e00adae97ae66cd1818089
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 23 Feb 2022 17:10:40 +0100

htrdr: fix the atmopshere starter pack page

The release notes were missing

Diffstat:
Mhtrdr/htrdr_build.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htrdr/htrdr_build.sh b/htrdr/htrdr_build.sh @@ -78,8 +78,8 @@ atmspk() | sed -n '/^<h3>Ground materials<\/h3>/,/^<h2>Quick start<\/h2>/p' \ | sed '$d') release_notes=$(echo "${readme}" \ - | sed -n '/^<h2>Release notest<\/h2>/,/^<h2>Copyright notice<\/h2>/p' \ - | sed -e '1d' -e 's/ gemetry / geometry /') + | sed -n '/^<h2>Release notes<\/h2>/,/^<h2>Copyright notice<\/h2>/p' \ + | sed -e '1d' -e '$d' -e 's/ gemetry / geometry /') copying=$(echo "${readme}" \ | sed -n '/^<h2>Copyright notice<\/h2>/,$p' \ | sed -e 's/from/from the/' -e 's/opyright (C)/opyright \&#169;/')