From 00cb5925e54ac069a5d3b1828c2a24bf45763712 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 12 Mar 2023 21:59:59 +0100 Subject: [PATCH] Remove last blank lines from tarball README.md --- dist.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dist.sh b/dist.sh index 46972d9..d0db2ff 100755 --- a/dist.sh +++ b/dist.sh @@ -80,13 +80,12 @@ sed -i 's| doc/man3/intro.3monocypher||' $FOLDER/makefile sed -i 's|rm -rf lib/ doc/html/ doc/man3/|rm -rf lib/|' $FOLDER/makefile # Remove contributor notes from the README -sed -e '/Contributor notes/,$d' \ - -e '1,/^---$/d' \ - -i $FOLDER/README.md +sed -e '/Contributor notes/,$d' -e '1,/^---$/d' -i $FOLDER/README.md +sed -e '$d' -i $FOLDER/README.md +sed -e '$d' -i $FOLDER/README.md sed -e '1i\ Monocypher\ -----------' \ - -i $FOLDER/README.md +----------' -i $FOLDER/README.md # Remove special notes from the LICENCE sed -e '/Special notes/,$d' -i $FOLDER/LICENCE.md -- 2.47.3