Csaba Henk c20a86d550 processutils: execute(): fix option incompatibility
Issue: simultaneous usage of 'shell' and 'run_as_root' options led
to error.

Cause: it's actually a concealed TypeError: in 'shell'
mode the command argument is assumed to be a string, elsewhere
a list/tuple.

Fix: the command editing implied by 'run_as_root' is performed
with care taken of above tacit type assumption.

Change-Id: Iaba33e6fda67793ae2874ba278c990271ee5e47f
Closes-Bug: #1382873
2015-02-14 02:00:04 +01:00
..
2014-11-26 22:41:13 +00:00
2015-01-06 22:59:33 +00:00
2015-01-06 22:59:33 +00:00
2014-11-14 17:17:25 -05:00
2015-01-09 15:38:48 -05:00