]> git.ozlabs.org Git - next-scripts/blobdiff - check_commits
update to_build_host a bit
[next-scripts] / 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()