Fix for output filter not preserving spaces.
The filter was using bare 'read' which was not working with the leading spaces. Must use -r and clear IFS for this to work.
Showing
Please register or sign in to comment
The filter was using bare 'read' which was not working with the leading spaces. Must use -r and clear IFS for this to work.