From 5db707a5077177f8f0fc38a0655609aaea8196dd Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 13 Nov 2016 14:07:03 +0000 Subject: [PATCH] Set up path for local modules --- run_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2