Skip to content

Commit

Permalink
CI: Move perl script to dist_noinst_DATA
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Rob N <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #15392
  • Loading branch information
behlendorf authored Oct 10, 2023
1 parent bc29124 commit 822b32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand All @@ -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

Expand Down

0 comments on commit 822b32e

Please sign in to comment.