Update llcppg.go

This commit is contained in:
xushiwei
2024-07-25 19:18:26 +08:00
committed by GitHub
parent a11da90d10
commit 5828e7f576

View File

@@ -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