From de0af523ce59bd1e4c53e10a873fcd961f8f2b30 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 14 Jun 2013 20:28:42 +0200 Subject: Client/Tools/Action: add shell attribute Add an option to specify whether a command should be executed within a shell to enable flow control and other shell-specific syntax. --- schemas/types.xsd | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'schemas') diff --git a/schemas/types.xsd b/schemas/types.xsd index 7bf46f4b7..4e3dfd70f 100644 --- a/schemas/types.xsd +++ b/schemas/types.xsd @@ -162,8 +162,16 @@ - The command to run. The command is executed within a shell, - so flow control and other shell-specific things can be used. + The command to run. + + + + + + + Whether the command string should be executeed within a shell. + If enabled flow control and other shell-specific things can + be used. -- cgit v1.2.3-1-g7c22