Skip to content

git-bump: remove any spaces from `wc -l` command

Cory Quammen requested to merge cory.quammen/gitsetup:remove-spaces-wc into setup

wc -l on macOS includes spaces in the output, which messes up the count of the number of matching submodules.

Merge request reports