When running tail at all:
$ tail /usr/local/bin/dyld64: symbol lookup error: /home/username/.darling/bin/tail: undefined symbol: forward
Fixed, you may need to touch $(which darling) to force prefix update.
touch $(which darling)
Most helpful comment
Fixed, you may need to
touch $(which darling)to force prefix update.