Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
ee49c0b7
Commit
ee49c0b7
authored
Sep 05, 2016
by
Michael Natterer
😴
Browse files
plug-ins: latest perl or whatever seems to need "require './plugin-defs.pl';"
instead of just "require 'plugin-defs.pl';".
parent
0856c71b
Changes
1
Hide whitespace changes
Inline
Side-by-side
plug-ins/common/mkgen.pl
View file @
ee49c0b7
...
...
@@ -21,7 +21,7 @@ open MK, "> $outmk";
open
IGNORE
,
"
>
$outignore
";
open
RC
,
"
>
$outrc
";
require
'
plugin-defs.pl
';
require
'
./
plugin-defs.pl
';
$bins
=
"";
$opts
=
"";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment