Re: svn commit: r359426 - head/usr.bin/kyua

2020-03-29 Thread Rodney W. Grimes
> 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

svn commit: r359426 - head/usr.bin/kyua

2020-03-29 Thread Brooks Davis
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