Closed kruton closed 6 years ago
It appears that 69095a4649ecfe091e2a7dcbfdb512384b614024 introduced a regression in homeshick --clone --batch such that it all always produces a blank line.
homeshick --clone --batch
Perhaps this could be amended to be:
[[ $@ ]] && printf '%s\n' "$@"
oh yeah, good catch, thanks :-)
Fixed.
It appears that 69095a4649ecfe091e2a7dcbfdb512384b614024 introduced a regression in
homeshick --clone --batch
such that it all always produces a blank line.