fix file permissions for scripts in utils folder (#10241)

make sure the scripts are executable
This commit is contained in:
Oran Agra 2022-02-05 18:40:09 +02:00 committed by GitHub
parent 5b17909c4f
commit c42b163332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

0
utils/generate-command-help.rb Normal file → Executable file
View File

2
utils/generate-module-api-doc.rb Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env ruby
# coding: utf-8
# gendoc.rb -- Converts the top-comments inside module.c to modules API
# reference documentation in markdown format.