b-log icon indicating copy to clipboard operation
b-log copied to clipboard

Fix problem with time format on Alpine Linux

Open jslupicki opened this issue 7 years ago • 0 comments

When I use b-log.sh in Docker image based on Alpine I find out that normal space is treated as field separator and each part of date was put in separate 23 characters long field. $(echo -e "\uA0") generate non breaking space which prevents this behavior.

jslupicki avatar Sep 15 '18 10:09 jslupicki