]> git.ozlabs.org Git - next-scripts/commitdiff
check_commits: run check_fixes as well
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Jun 2019 05:45:03 +0000 (15:45 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Jun 2019 05:45:03 +0000 (15:45 +1000)
check_commits

index 3569e987f135dce6c8bc0885f7b720439b50f9c0..9011cb3c11d99db1af6c594d233f31f9b5adc786 100755 (executable)
@@ -11,6 +11,8 @@ if [ -z "$commits" ]; then
        exit 0
 fi
 
+"$(realpath "$(dirname "$0")")/check_fixes" "$@"
+
 declare -a author_missing committer_missing
 
 print_commits()