From 8a00961524ba5bf2a65eaab1ccc496cf02471280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 29 Jun 2021 18:39:30 +0200 Subject: Add 're!' utility --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20f5c13..3c3e014 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,9 @@ EXEC != ls -l | perl -ne ' \ } \ } \ ' +IEXEC != echo $(EXEC) | sed -E 's,^| ,&/usr/local/bin/,g' install: install -m 644 *.1 /usr/local/man/man1/ install $(EXEC) /usr/local/bin - ./re! `echo $(EXEC) | sed -E 's,^| ,&/usr/local/bin/,g'` + re! $(IEXEC) -- cgit v1.2.3