> Author: brooks
> Date: Sun Mar 29 19:48:28 2020
> New Revision: 359426
> URL: https://svnweb.freebsd.org/changeset/base/359426
>
> Log:
> Fix build with src on a noexec filesystem.
>
> ${SH} expands to nothing on src builds so this worked by accident. Use
> a bare "sh" instead.
Correc
Author: brooks
Date: Sun Mar 29 19:48:28 2020
New Revision: 359426
URL: https://svnweb.freebsd.org/changeset/base/359426
Log:
Fix build with src on a noexec filesystem.
${SH} expands to nothing on src builds so this worked by accident. Use
a bare "sh" instead.
PR: 245086