From: Stephen Rothwell Date: Thu, 27 Jun 2019 05:45:03 +0000 (+1000) Subject: check_commits: run check_fixes as well X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=2397780e1433afb56e816d82a98185e3fb1221e5;p=next-scripts check_commits: run check_fixes as well --- diff --git a/check_commits b/check_commits index 3569e98..9011cb3 100755 --- a/check_commits +++ b/check_commits @@ -11,6 +11,8 @@ if [ -z "$commits" ]; then exit 0 fi +"$(realpath "$(dirname "$0")")/check_fixes" "$@" + declare -a author_missing committer_missing print_commits()