commit | d0e28f0a892d73821854760693f62b4e569512ec | [log] [tgz] |
---|---|---|
author | Brendan Jackman <brendan.jackman@arm.com> | Thu Jan 12 16:38:12 2017 +0000 |
committer | Brendan Jackman <brendan.jackman@arm.com> | Thu Jan 12 16:49:24 2017 +0000 |
tree | c5df00c59c460bae382cebd20c65c14b482dff59 | |
parent | dbd12994fb1f8ae14c9d425fea34d4fad0c40823 [diff] |
cgroups: Fix run_into method The current run_into method attempts to execute: <...>/shutils CGMOUNT=<...> cgroups_run_into <...> Which should instead be: CGMOUNT=<...> <...>/shutils cgroups_run_into <...> So just use cgroups_run_into_cmd to generate the command, then execute that.