fix file permissions for scripts in utils folder (#10241)
make sure the scripts are executable
This commit is contained in:
parent
5b17909c4f
commit
c42b163332
0
utils/generate-command-help.rb
Normal file → Executable file
0
utils/generate-command-help.rb
Normal file → Executable file
2
utils/generate-module-api-doc.rb
Normal file → Executable file
2
utils/generate-module-api-doc.rb
Normal file → Executable 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user