Skip to content

Commit

Permalink
Prevent commitcheck.sh from running twice
Browse files Browse the repository at this point in the history
A stray semicolon was causing commitcheck.sh
to run twice when running make checkstyle.

Signed-off-by: Giuseppe Di Natale <[email protected]>
  • Loading branch information
dinatale2 committed Apr 1, 2017
1 parent cb524aa commit 8fdfb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ shellcheck:
shellcheck --exclude=SC1090 --format gcc scripts/paxcheck.sh \
scripts/zloop.sh \
scripts/zfs-tests.sh \
scripts/zfs.sh; \
scripts/zfs.sh \
scripts/commitcheck.sh; \
(find cmd/zed/zed.d/*.sh -type f) | \
grep -v 'zfs-script-config' | \
Expand Down

0 comments on commit 8fdfb26

Please sign in to comment.