From b058cf51a059d2edfa56b19d076e69c323598e6d Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 10 Oct 2023 11:43:24 -0700 Subject: [PATCH] CI: Move perl script to dist_noinst_DATA Everything listed in dist_noinst_SCRIPTS is assumed to be a shell scrip, this generates a shellcheck SC1071 error since perl is not supported. Move update_authors.pl to dist_noinst_DATA with the other perl scripts. Signed-off-by: Brian Behlendorf --- scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8ec9ea4b5c33..b43bf97dbdf4 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -9,7 +9,6 @@ dist_noinst_SCRIPTS = \ %D%/man-dates.sh \ %D%/mancheck.sh \ %D%/paxcheck.sh \ - %D%/update_authors.pl \ %D%/zfs-tests-color.sh scripts_scripts = \ @@ -30,6 +29,7 @@ endif dist_noinst_DATA += \ %D%/cstyle.pl \ %D%/enum-extract.pl \ + %D%/update_authors.pl \ %D%/zfs2zol-patch.sed \ %D%/zol2zfs-patch.sed