Fix Linux.runCommand method

Added `eval` command to execution plan, which allows
to correctly execute user input

Change-Id: Ie0469a7a464b246dc76acf6259b12eeb9a126563
Closes-Bug: #1523915
This commit is contained in:
Dmytro Dovbii 2015-12-08 15:45:37 +02:00
parent e91a1fabe0
commit 2bd560aa7b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Parameters:
command: $command
Body: |
return runCommand("'{0}'".format(args.command))
return runCommand("{0}".format(args.command))
Scripts:
runCommand:

View File

@ -11,4 +11,4 @@
# License for the specific language governing permissions and limitations
# under the License.
$1
eval ${*}