portable: remove ln(1) wrapper
commit0ef5847bc496e50dff57096c3f8eef4336901071
authorThomas Adam <thomas@xteddy.org>
Fri, 3 Mar 2023 15:45:20 +0000 (3 15:45 +0000)
committerThomas Adam <thomas@xteddy.org>
Fri, 3 Mar 2023 15:45:20 +0000 (3 15:45 +0000)
treecfd33275427bf86eb49b373d9d47075a8c3cf51b
parente6f45b7279f2ab31024ae32f7ad28148bf80bee7
portable: remove ln(1) wrapper

GNU Coreutils is wrapped for some commands which don't offer a portable
means to run those commands on non-BSD systems.

ln(1) was being used with a non-portable option (-h) which has now been
replaced upstream.

Therefore, we can remove this wrapper.

Patch from Christian "naddy" Weisgerber.
regress/cmdline/common.sh