Skip to content
Snippets Groups Projects
Commit 71489adc authored by Markus Blatt's avatar Markus Blatt
Browse files

[bugfix,dunecontrol] Corrects word detection during variable translation.

When deciding which variable to put before cmake as environment variables
our sed pattern did not check for the beginning of a word or line. Therefore
MPICC=bla would be converted to CC=bla.
With this commit we make sure that there is eihter a beginning of a line or
a whitespace before the variable.
parent c479902b
No related branches found
No related tags found
Loading
Loading
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