Files
voidrice/.local/bin
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-11-14 15:09:25 -05:00
2020-11-11 17:04:28 -05:00
2020-09-08 09:23:10 -04:00
2020-05-02 15:03:20 -04:00
2020-06-20 19:48:18 -04:00
2020-06-01 15:29:57 -04:00
2019-12-08 19:20:25 -05:00
2020-06-01 15:29:57 -04:00
2020-11-17 16:44:07 -05:00
2020-06-01 15:29:57 -04:00
2020-11-08 19:49:34 -05:00
2020-04-08 19:06:11 -04:00
2020-08-27 15:55:17 -04:00
2020-04-08 19:10:00 -04:00
2020-03-08 18:23:38 -04:00
2020-11-16 18:06:41 -05:00
2020-04-13 11:49:40 -04:00
2020-05-13 11:47:29 -04:00
2020-05-30 11:08:59 -04:00