vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit a8244121f78a68aaaf9a5d3b1eb8d6378f5a3f17 parent f8e20cfa30be62f287d3a16f1a9a4d0c8f59b241 Author: Christian Hesse <mail@eworm.de> Date: Thu, 16 Jan 2020 20:41:39 +0100 build: force enable acl for docker builds This makes sure the feature is enabled as expected. Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -90,7 +90,7 @@ docker: clean docker exec vis apk upgrade docker cp . vis:/tmp/vis docker exec vis sed -i '/^VERSION/c VERSION = $(VERSION)' Makefile - docker exec vis ./configure CC='cc --static' + docker exec vis ./configure CC='cc --static' --enable-acl docker exec vis make clean vis-single docker cp vis:/tmp/vis/vis-single vis docker kill vis