guedes / pgxn-utils

A set of task that help developers to create PostgreSQL's extensions
http://pgxn.org
Other
37 stars 15 forks source link

`bundle` Removes Execution bit #28

Closed theory closed 12 years ago

theory commented 12 years ago

I have a shell script in pgTAP, getos.sh, that is executable. When I export it from Git like so:

git archive --format zip --prefix=pgtap-0.90.0/ --output ~/Desktop/pair-0.90.0.zip master

It still has the executable bit set. When I bundle it with:

pgxn_utils bundle

The executable bit is not set. I think that pgxn_utils bundle needs to respect the execution bit.

Thanks!

David

theory commented 12 years ago

Bump.