Merge "Fix Linux.runCommand method"

This commit is contained in:
Jenkins 2015-12-09 10:17:56 +00:00 committed by Gerrit Code Review
commit 176a58be7f
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 ${*}