Merge pull request #76227 from sawlanipradeep/window-plugin-fix

Replace syscall.Execve with exec.Command.
This commit is contained in:
Kubernetes Prow Robot
2019-07-08 13:00:36 -07:00
committed by GitHub
4 changed files with 29 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo "I am plugin bar called with args $0 $@"