nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit d718ed4fc3130f16550cbd2628e71e8769febf2c
parent 368ec04870a366b19f1c5801a6868786547968b0
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 20 Sep 2018 20:06:47 +0200

build: verify that --enable-tiny compiles before allowing a release

Diffstat:
Mroll-a-release.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/roll-a-release.sh b/roll-a-release.sh @@ -2,6 +2,9 @@ VERSION="3.1" +./configure -C --enable-tiny && make && +./configure -C --disable-wrapping-as-root && + echo "Running autogen..." && ./autogen.sh && rm -v -f m4/*.m4~ *.asc *.sig *.gz *.xz &&