From 1d45a7264c01669a046e803d206dd3553fbc5c55 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 8 Nov 2016 09:28:29 +0000 Subject: Update build system for the removal of . from @INC. --- tools/test-build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/test-build') diff --git a/tools/test-build b/tools/test-build index 17c98042b..2b9ee4ee2 100755 --- a/tools/test-build +++ b/tools/test-build @@ -30,6 +30,9 @@ use feature ':5.10'; use strict; use warnings FATAL => qw(all); +use FindBin qw($RealDir); + +use lib $RealDir; use make::common; use make::configure; -- cgit v1.2.3