make output SHASUM(1)-compatible

This commit is contained in:
sm
2020-07-17 17:47:17 -07:00
parent 627bb5a7be
commit 250b010c7e
+1 -1
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 {