andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.11k stars 145 forks source link

homeshick --clone --batch produces blank line #167

Closed kruton closed 6 years ago

kruton commented 7 years ago

It appears that 69095a4649ecfe091e2a7dcbfdb512384b614024 introduced a regression in homeshick --clone --batch such that it all always produces a blank line.

kruton commented 7 years ago

Perhaps this could be amended to be:

[[ $@ ]] && printf '%s\n' "$@"
andsens commented 7 years ago

oh yeah, good catch, thanks :-)

andsens commented 6 years ago

Fixed.