mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
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
|
# coding: utf-8
|
||||||
# gendoc.rb -- Converts the top-comments inside module.c to modules API
|
# gendoc.rb -- Converts the top-comments inside module.c to modules API
|
||||||
# reference documentation in markdown format.
|
# reference documentation in markdown format.
|
||||||
|
Loading…
Reference in New Issue
Block a user