nano

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

commit a5498feea652dce1c3b607fb48745730c3e8c6a1
parent 3e4edb2a5a37e8eabc9eb7eafad94c3ad3a81068
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 24 Mar 2019 12:21:22 +0100

build: stop using the --disable-wrapping-as-root configure option

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

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