Adjust output() so it preserves leading whitespace (#572)
* Adjust output() so it preserves leading whitespace Unless `IFS` is adjusted, `read` strips leading and trailing whitespace from each line. In addition, without the `-r` argument to `read`, unescaped backslashes are discarded. See: http://mywiki.wooledge.org/BashFAQ/001 Fixes #571.
Showing
Please register or sign in to comment