From 27c794ba657e41d25b95cce4e3221e7028f49747 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 5 Feb 2020 09:28:23 -0500 Subject: [PATCH] updated to use env for finding less app --- scripts/files/lesser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/files/lesser.sh b/scripts/files/lesser.sh index f6674f13..16eb3176 100644 --- a/scripts/files/lesser.sh +++ b/scripts/files/lesser.sh @@ -30,7 +30,7 @@ function lesser() fi # run the source highlighter first if needed. - /bin/less $EXTRA_OPTIONS "${@}" + /usr/bin/env less $EXTRA_OPTIONS "${@}" } ############## -- 2.34.1