From 8e6f6d694b8c183efc64c2dd7becbd2195303fd9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 26 Jul 2022 09:19:54 -0400 Subject: Put _/bin on the PATH The motivation for this was to prevent `lint` from rebuilding every time I ran it. That was really annoying. --- Biz/Ide/hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Ide/hooks/pre-commit') diff --git a/Biz/Ide/hooks/pre-commit b/Biz/Ide/hooks/pre-commit index 31a4e68..6978209 100755 --- a/Biz/Ide/hooks/pre-commit +++ b/Biz/Ide/hooks/pre-commit @@ -17,5 +17,5 @@ echo "info: version: $ns: $version" fi done - $BIZ_ROOT/Biz/Ide/lint **/* + lint **/* ## -- cgit v1.2.3