Files
voidrice/.local/bin/statusbar
anntnzrb 7c96bd081a Compatibility for FreeBSD's paste(1) (#853)
* Compatibility for FreeBSD's paste(1)

According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.

> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:

`find / -name bin -type d | paste -s -d : -`

* Compatibility for FreeBSD's paste(1)

According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.

> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:

`find / -name bin -type d | paste -s -d : -`
2020-12-01 18:21:03 -05:00
..
2020-07-08 08:58:12 -04:00
2020-05-30 17:01:18 -04:00
2020-07-02 15:32:36 -04:00
2020-10-11 15:19:46 -04:00
2020-06-25 09:30:04 -04:00
2020-09-17 09:52:30 -04:00
2020-05-30 17:01:18 -04:00
2020-05-26 07:22:06 -04:00
2020-06-19 01:43:27 +00:00
2020-11-23 16:15:16 -05:00
2020-07-02 15:28:31 -04:00