Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mkexp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esmenv
mkexp
Commits
4bf98c61
Commit
4bf98c61
authored
3 years ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.txt
+1
-0
1 addition, 0 deletions
CHANGES.txt
namelist2config
+1
-0
1 addition, 0 deletions
namelist2config
with
2 additions
and
0 deletions
CHANGES.txt
+
1
−
0
View file @
4bf98c61
...
...
@@ -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
-------------
...
...
This diff is collapsed.
Click to expand it.
namelist2config
+
1
−
0
View file @
4bf98c61
...
...
@@ -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
};
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment