Merge pull request #76227 from sawlanipradeep/window-plugin-fix
Replace syscall.Execve with exec.Command.
This commit is contained in:
3
test/fixtures/pkg/kubectl/plugins/bar/kubectl-bar
vendored
Executable file
3
test/fixtures/pkg/kubectl/plugins/bar/kubectl-bar
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "I am plugin bar called with args $0 $@"
|
Reference in New Issue
Block a user