anntnzrb a8c017f39d 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 15:54:31 -05:00
..
2020-11-16 18:06:41 -05:00
2020-11-19 08:37:50 -05:00
2020-11-19 08:37:50 -05:00
2020-11-16 18:06:41 -05:00
2020-12-01 15:54:31 -05:00