Commit 1288775b authored by David Flynn's avatar David Flynn Committed by David Flynn
Browse files

tools/cfg-gen: make prefix option apply to template output

parent d5fc4d44
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment