From 276952a61b91ffd89c9c9956d7c76c16cda1e486 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 14 Mar 2022 20:31:24 -0400 Subject: Use /usr/local/share/perl5 in git-comment --- bin/git-comment.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/git-comment.pl b/bin/git-comment.pl index 64361a60..5100941f 100644 --- a/bin/git-comment.pl +++ b/bin/git-comment.pl @@ -14,8 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -# MacPorts is strange. -use lib (split(/:/, $ENV{GITPERLLIB} || '/opt/local/share/perl5')); +use lib (split(/:/, $ENV{GITPERLLIB} || '/usr/local/share/perl5')); use strict; use warnings; -- cgit 1.4.1