Skip to content
Snippets Groups Projects
Commit 8dc7ba83 authored by 00c356's avatar 00c356
Browse files

Portability improvements for compile.sh

changed `#!/bin/bash` to `#!/bin/sh` as we don't use any bash features and is more POSIX compliant (ie, works on more systems without extra configuration)
added user execution permissions to all binaries (for some reason none of them were stored as executable by git? Might be a no-op on some systems)
parent b676f38d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment