vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit d8ca363855f050a9b55e44a1e78edbd39d9b6c68
parent 7fb6825f401594279fae4a8c1370915dd83efbdf
Author: Marc André Tanner <mat@brain-dump.org>
Date: Tue, 22 Mar 2016 11:09:46 +0100
configure: clear ${C,LD}FLAGS_LUA in error case
Diffstat:
| M | configure | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure b/configure @@ -345,6 +345,8 @@ EOF break else printf "no\n" + CFLAGS_LUA="" + LDFLAGS_LUA="" fi done