Skip to content
Snippets Groups Projects
Commit 4bf98c61 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Global: added output of file name in -d mode of 'namelist2config'

parent 9beba75a
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ Global
* Added 'selconfig' tool to extract sections from config files
* Added 'files2config' tool to extract input file info from logs and scripts
* Added variable replacement beta options to the '...2config' tools
* Added output of file name in -d mode of 'namelist2config'
Configuration
-------------
......
......@@ -109,6 +109,7 @@ while(<>) {
$in_doc = 1;
$direct and $verbose and print "### $_";
my $key = subst_key($1);
$direct and print(" [[$key]]\n");
exists $namelists{$key} or $namelists{$key} = {};
$namelist_file = $namelists{$key};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment