Merge "Make bpfmt use exit codes even when reading from stdin."
This commit is contained in:
commit
0335565677
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ func main() {
|
|||
if err := processReader("<standard input>", os.Stdin, os.Stdout); err != nil {
|
||||
report(err)
|
||||
}
|
||||
return
|
||||
os.Exit(exitCode)
|
||||
}
|
||||
|
||||
for i := 0; i < flag.NArg(); i++ {
|
||||
|
|
Loading…
Reference in a new issue