Skip to content
Snippets Groups Projects
Commit f80bcf23 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[dunecontrol] Properly quote arguments, in particular to exec and bexec.

This means the you can now pass more complex scripts to exec/bexec that use
quoting themselves, and you don't get things like this anymore:
```
joe@paranoia:~/Projekte/dune-quote/dune-common$ LC_ALL=C bin/dunecontrol exec 'var="quoted value"; echo "$var"'
--- going to build dune-common  ---
--- calling exec for dune-common ---
bash: value: command not found

--- dune-common done ---
--- done ---
```

Closes: #51
parent 3d6dc19c
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