argtable / argtable3

A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
http://www.argtable.org
Other
372 stars 65 forks source link

Assign execute permission to tools/build #31

Closed unasuke closed 5 years ago

unasuke commented 5 years ago

We should run tools/build to generate amalgamation source code but that script has no execute permission.

It's a bit consuming to "chmod +x" for example https://github.com/udzura/mruby-argtable/pull/6

tomghuang commented 5 years ago

@unasuke I didn't know that Git can keep the execute permission when we check in the code. Thank you for this pull request, which lets me know more about Git.

unasuke commented 5 years ago

@tomghuang Thanks! I cloned the repository after this merged, that's executable!

Screenshot from 2019-04-11 17-25-49