[gimp] plug-ins: latest perl or whatever seems to need "require './plugin-defs.pl'; "
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: latest perl or whatever seems to need "require './plugin-defs.pl'; "
- Date: Mon, 5 Sep 2016 17:36:36 +0000 (UTC)
commit ee49c0b700bf64bad5e4166f60ba28af1d5a1739
Author: Michael Natterer <mitch gimp org>
Date: Mon Sep 5 19:35:35 2016 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/mkgen.pl b/plug-ins/common/mkgen.pl
index baff1e7..82d89ce 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 = "";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]