Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Satoru KUMA
MPEG129-m52280
Commits
1288775b
Commit
1288775b
authored
May 09, 2019
by
David Flynn
Committed by
David Flynn
Aug 05, 2019
Browse files
tools/cfg-gen: make prefix option apply to template output
parent
d5fc4d44
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/gen-cfg.pl
View file @
1288775b
...
...
@@ -160,7 +160,7 @@ if ($batch_template) {
can_load
(
modules
=>
{'
Template
'
=>
undef
})
||
die
$
Module::Load::Conditional::
ERROR
;
my
$output
=
basename
(
$batch_template
,'
.tt
');
my
$output
=
"
$prefix
/
"
.
basename
(
$batch_template
,'
.tt
');
my
$vars
=
{
jobs
=>
\
@jobs
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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