diff options
author | June McEnroe <june@causal.agency> | 2022-03-14 20:31:24 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-03-14 20:31:24 -0400 |
commit | 276952a61b91ffd89c9c9956d7c76c16cda1e486 (patch) | |
tree | 9d6f3e9eef2a5ddf2af468a859554e805b679758 | |
parent | Bump Terminal.app font size to 13 (diff) | |
download | src-276952a61b91ffd89c9c9956d7c76c16cda1e486.tar.gz src-276952a61b91ffd89c9c9956d7c76c16cda1e486.zip |
Use /usr/local/share/perl5 in git-comment
-rw-r--r-- | bin/git-comment.pl | 3 |
1 files changed, 1 insertions, 2 deletions
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 <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; |