Skip to content
Snippets Groups Projects
Commit 81e1cdf6 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Allow '-' in headers in dune.module

[[Imported from SVN: r5846]]
parent 2ef21757
No related branches found
No related tags found
No related merge requests found
...@@ -373,7 +373,7 @@ eval_control() { ...@@ -373,7 +373,7 @@ eval_control() {
# load functions defined in $file # load functions defined in $file
# if $command is not defined in $file, # if $command is not defined in $file,
# then the default implementation will be executed # then the default implementation will be executed
eval "$($GREP -v "^[$ALNUM]\{1,\}:" $file)" eval "$($GREP -v "^[-$ALNUM]\{1,\}:" $file)"
# execute $command # execute $command
$command $command
) || false ) || false
......
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