Merge "Fix Linux.runCommand method"
This commit is contained in:
commit
176a58be7f
@ -18,7 +18,7 @@ Parameters:
|
||||
command: $command
|
||||
|
||||
Body: |
|
||||
return runCommand("'{0}'".format(args.command))
|
||||
return runCommand("{0}".format(args.command))
|
||||
|
||||
Scripts:
|
||||
runCommand:
|
||||
|
@ -11,4 +11,4 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
$1
|
||||
eval ${*}
|
Loading…
x
Reference in New Issue
Block a user