From d448aa56c838c6111fe1a42701c75a8ce2219706 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 29 Jan 2018 17:23:28 +0000 Subject: [PATCH] mg-force-push: unshift . onto @INC This script seems to have missed out on the bulk commit fixing this problem. Signed-off-by: Ian Jackson --- mg-force-push | 1 + 1 file changed, 1 insertion(+) diff --git a/mg-force-push b/mg-force-push index 4a8f0a2c..09c1894d 100755 --- a/mg-force-push +++ b/mg-force-push @@ -10,6 +10,7 @@ use strict; use warnings; +BEGIN { unshift @INC, qw(.); } use Osstest; my @dryrun; -- 2.39.5