diff options
Diffstat (limited to 'otp_build')
-rwxr-xr-x | otp_build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -915,7 +915,7 @@ do_primary_git () bootstrap/lib/compiler \ bootstrap/lib/orber/include \ bootstrap/bin - git commit -m 'Update primary bootstrap' + git commit --no-verify -m 'Update primary bootstrap' } |