summary refs log tree commit diff
path: root/bin/git-comment.pl
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-03-14 20:31:24 -0400
committerJune McEnroe <june@causal.agency>2022-03-14 20:31:24 -0400
commit54e5bef580ed20f9e766f1d3223970a18239012b (patch)
tree9acbe18b1b55e1b6181605a7ad6d9292f799117d /bin/git-comment.pl
parentBump Terminal.app font size to 13 (diff)
downloadsrc-54e5bef580ed20f9e766f1d3223970a18239012b.tar.gz
src-54e5bef580ed20f9e766f1d3223970a18239012b.zip
Use /usr/local/share/perl5 in git-comment
Diffstat (limited to 'bin/git-comment.pl')
-rw-r--r--bin/git-comment.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/git-comment.pl b/bin/git-comment.pl
index 71149b8d..5352702d 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 <http://www.gnu.org/licenses/>.
 
-# 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;