make output SHASUM(1)-compatible

This commit is contained in:
Stephen McQuay 2020-07-17 17:46:36 -07:00
parent 627bb5a7be
commit 250b010c7e
Signed by: sm
GPG Key ID: C383C74875475AC8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func main() {
ec++
fmt.Fprintf(os.Stderr, "%v\n", res.err)
} else {
fmt.Printf("%v\t%v\n", res.cs, res.f)
fmt.Printf("%v %v\n", res.cs, res.f)
}
}
if ec > 0 {