diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-04-29 19:22:48 -0700 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-04-29 19:22:48 -0700 |
| commit | a5f406593a8b47e52c5949f2a98185d075e03a5c (patch) | |
| tree | 437c261fedfbcc59d3090347ebf73800940e777f /scripts | |
| parent | Add more docs about the build_process config key (diff) | |
| download | jitterbug-a5f406593a8b47e52c5949f2a98185d075e03a5c.tar.gz | |
Make the builder do a 'use lib lib' so we don't have to
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/builder.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/builder.pl b/scripts/builder.pl index 8b7ee2c..bd6a37f 100644 --- a/scripts/builder.pl +++ b/scripts/builder.pl @@ -2,6 +2,7 @@ use strict; use warnings; +use lib 'lib'; use jitterbug::Builder; |
