From: Loup Vaillant Date: Sun, 12 Mar 2023 20:59:59 +0000 (+0100) Subject: Remove last blank lines from tarball README.md X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=00cb5925e54ac069a5d3b1828c2a24bf45763712;p=Monocypher.git Remove last blank lines from tarball README.md --- 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