Skip to content

Commit

Permalink
Set Stdin for subprocesses
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 1, 2023
1 parent d8f6500 commit 91ccf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/bbctl/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func makeCmd(ctx context.Context, pwd, path string, args ...string) *exec.Cmd {
cmd.Dir = pwd
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
cmd.Stdin = os.Stdin
return cmd
}

Expand Down

0 comments on commit 91ccf7f

Please sign in to comment.