From ee49c0b700bf64bad5e4166f60ba28af1d5a1739 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 5 Sep 2016 19:35:35 +0200 Subject: [PATCH] plug-ins: latest perl or whatever seems to need "require './plugin-defs.pl';" instead of just "require 'plugin-defs.pl';". --- plug-ins/common/mkgen.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/mkgen.pl b/plug-ins/common/mkgen.pl index baff1e7a1b..82d89cecec 100755 --- a/plug-ins/common/mkgen.pl +++ b/plug-ins/common/mkgen.pl @@ -21,7 +21,7 @@ open MK, "> $outmk"; open IGNORE, "> $outignore"; open RC, "> $outrc"; -require 'plugin-defs.pl'; +require './plugin-defs.pl'; $bins = ""; $opts = "";