On Tue, May 01, 2018 at 10:26:03PM -0600, Andreas Dilger wrote: > Don't call sed multiple times on the output, and avoid the use > of temporary files, or if possible. It would be convenient to > use "sed -i" to only update the output file once, but this is > not portable to all platforms. > > Signed-off-by: Andreas Dilger <adilger@xxxxxxxxx> Thanks, applied. I had to fix up a few test failures. - Ted