[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 (closed)
Planned merge date: 2016-11-04 or later.
Merge request reports
Activity
Added 98 commits:
-
f80bcf23...d36cdb63 - 97 commits from branch
master
- 6455bc0c - Merge branch 'master' into feature/proper-quoting-for-dunecontrol-exec-args
-
f80bcf23...d36cdb63 - 97 commits from branch
Mentioned in commit 6e4a9c39
Please register or sign in to reply