Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems that some implementations of tr don't like a replacement string of '-----...'; they try to find the double-dash option "---...". Instead of this pipeline of tr and sed invocations, just use a single perl invocation. Signed-off-by: Jeff King <peff@peff.net>
- Loading branch information