Files
voidrice/.config
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
..
2019-04-10 17:52:35 -04:00
2019-04-02 19:20:26 -04:00
2020-01-28 15:10:05 -05:00
2019-11-23 16:16:30 -05:00
2020-07-16 08:27:28 -04:00
2020-05-09 10:01:42 -04:00
2020-11-19 09:21:04 -05:00
2020-11-29 09:09:30 -05:00
2020-11-19 12:21:17 -05:00
2020-09-12 11:48:39 -04:00
2020-01-20 14:23:31 -05:00
2020-11-29 09:09:30 -05:00
2020-09-12 11:48:39 -04:00
2020-11-19 09:21:04 -05:00
2020-04-09 16:56:47 -04:00