platomav / BIOSUtilities

Collection of various BIOS/UEFI-related utilities which aid in research and/or modding purposes.
Other
818 stars 159 forks source link

Scripts aren't marked as executable #25

Closed shmalebx9 closed 1 year ago

shmalebx9 commented 1 year ago

Leah and I are planning on integrating this utility into Libreboot's build system. We can maintain a patch to mark all scripts as executable on our end if there's a reason you don't want to do it here.

platomav commented 1 year ago

No specific reason, just difficulties when pushing changes from Windows vs Linux OS. It could happen that the chmod +x is forgotten in one commit. To avoid such mistakes, it might be more robust to have a tiny patch which sets their mode as "x", to be sure. From my quick online search today, I did not find a way to add this as a git attribute, but feel free to correct me if I'm wrong.