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
This commit is contained in:
Brian Behlendorf 2023-10-10 13:31:15 -07:00
parent 810fc49a3e
commit 04186d33be

View File

@ -9,7 +9,6 @@ dist_noinst_SCRIPTS = \
%D%/man-dates.sh \ %D%/man-dates.sh \
%D%/mancheck.sh \ %D%/mancheck.sh \
%D%/paxcheck.sh \ %D%/paxcheck.sh \
%D%/update_authors.pl \
%D%/zfs-tests-color.sh %D%/zfs-tests-color.sh
scripts_scripts = \ scripts_scripts = \
@ -28,6 +27,7 @@ endif
dist_noinst_DATA += \ dist_noinst_DATA += \
%D%/cstyle.pl \ %D%/cstyle.pl \
%D%/enum-extract.pl \ %D%/enum-extract.pl \
%D%/update_authors.pl \
%D%/zfs2zol-patch.sed \ %D%/zfs2zol-patch.sed \
%D%/zol2zfs-patch.sed %D%/zol2zfs-patch.sed