diff options
Diffstat (limited to 'bin/git-comment.pl')
-rw-r--r-- | bin/git-comment.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/git-comment.pl b/bin/git-comment.pl index 64361a60..5352702d 100644 --- a/bin/git-comment.pl +++ b/bin/git-comment.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2021 C. McEnroe <june@causal.agency> +# Copyright (C) 2021 June McEnroe <june@causal.agency> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -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; |