Closed theory closed 12 years ago
I have a shell script in pgTAP, getos.sh, that is executable. When I export it from Git like so:
getos.sh
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
Bump.
I have a shell script in pgTAP,
getos.sh
, that is executable. When I export it from Git like so:It still has the executable bit set. When I bundle it with:
The executable bit is not set. I think that
pgxn_utils bundle
needs to respect the execution bit.Thanks!
David