]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
CI: Move perl script to dist_noinst_DATA
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 10 Oct 2023 20:31:15 +0000 (13:31 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 20:31:15 +0000 (13:31 -0700)
commit822b32ee51ccf2e24a358e4927b4a218e9b81925
treef3e10ad9e280f34df6e66f0780896549296ae946
parentbc29124b1bf90eae7e9539bcafeb109e4df821ac
CI: Move perl script to dist_noinst_DATA

Everything listed in dist_noinst_SCRIPTS is assumed to be a shell
script, this generates a shellcheck SC1071 error since perl is not
supported.  Move update_authors.pl to dist_noinst_DATA with the
other perl scripts.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Rob N <robn@despairlabs.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #15392
scripts/Makefile.am