Skip to content
Snippets Groups Projects
Commit d1cee249 authored by Christian Engwer's avatar Christian Engwer
Browse files

-e should not be necessary for this grep expression, this should fix the problems on solaris

[[Imported from SVN: r4718]]
parent 2a871344
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ eval_control() {
# load functions defined in $file
# if $command is not defined in $file,
# then the default implementation will be executed
eval "$(grep -v -e '^[[:alnum:]]\+:' $file)"
eval "$(grep -v '^[[:alnum:]]\+:' $file)"
# execute $command
$command
) || 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