Skip to content

Commit

Permalink
[backend] fix perl module loading
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Aug 24, 2012
1 parent 31776d8 commit 8970ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/bs_mkarchrepo
Expand Up @@ -2,8 +2,9 @@

BEGIN {
my ($wd) = $0 =~ m-(.*)/- ;
$wd ||= '.';
unshift @INC, "$wd/build";
unshift @INC, $wd;
unshift @INC, "$wd";
}

use strict;
Expand Down

0 comments on commit 8970ab9

Please sign in to comment.