Skip to content

Commit

Permalink
Update llcppg.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei authored Jul 25, 2024
1 parent a11da90 commit 5828e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chore/llcppg/llcppg.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func llcppsigfetch(conf []byte, out io.Writer) {
}

func gogensig(in io.Reader) error {
cmd := exec.Command("gogensig")
cmd := exec.Command("gogensig", "-")
cmd.Stdin = in
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
Expand Down

0 comments on commit 5828e7f

Please sign in to comment.