Skip to content

git-bump: fix problem with 'wc -l' adding spaces in its output

Cory Quammen requested to merge cory.quammen/paraview:mac-os-git-bump into master

On macOS 'wc -l' returns the line count with some spaces. Use xargs to trim off white space.

Merge request reports