From: Ian Jackson Date: Mon, 29 Jan 2018 17:23:28 +0000 (+0000) Subject: mg-force-push: unshift . onto @INC X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d448aa56c838c6111fe1a42701c75a8ce2219706;p=people%2Fiwj%2Fosstest.git 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 --- 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;