summaryrefslogtreecommitdiff
path: root/bin/expand-annex-mboxes
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-27 11:59:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-27 11:59:01 -0700
commit6ae1bee45f6f893a8c5fdb196ab1a45f31751496 (patch)
treede9016677d2c14e0b8d9edc3f5b594565f66291a /bin/expand-annex-mboxes
parent9a5c0b3322139a3ef36f6065c4a4ab037c246dc6 (diff)
downloaddotfiles-6ae1bee45f6f893a8c5fdb196ab1a45f31751496.tar.gz
stop stowing Local:: perl5 libs into HOME
AFAICT pointless complexity.
Diffstat (limited to 'bin/expand-annex-mboxes')
-rwxr-xr-xbin/expand-annex-mboxes2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/expand-annex-mboxes b/bin/expand-annex-mboxes
index c7deb7e8..ecce1002 100755
--- a/bin/expand-annex-mboxes
+++ b/bin/expand-annex-mboxes
@@ -3,7 +3,7 @@
use 5.028;
use strict;
use warnings;
-use lib "$ENV{HOME}/lib/perl5";
+use lib "$ENV{HOME}/src/dotfiles/perl5";
use Fcntl qw(LOCK_EX LOCK_NB);
use File::Path qw(make_path);