From: Jeremy Harris Date: Sun, 13 Nov 2016 14:07:03 +0000 (+0000) Subject: Set up path for local modules X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/5db707a5077177f8f0fc38a0655609aaea8196dd Set up path for local modules --- diff --git a/run_build b/run_build index b1c063f..c5584c9 100755 --- a/run_build +++ b/run_build @@ -72,6 +72,7 @@ BEGIN : 'xxxxxx' ); } + push @INC, getcwd(); } use EximBuild::SCM; @@ -91,7 +92,6 @@ if (umask != 022) { my %module_hooks; my $orig_dir = getcwd(); -push @INC, $orig_dir; # make sure we exit nicely on any normal interrupt # so the cleanup handler gets called.