Skip to content
Snippets Groups Projects
Forked from Vrelnir / Degrees of Lewdity
Source project has a limited visibility.
  • 00c356's avatar
    8dc7ba83
    Portability improvements for compile.sh · 8dc7ba83
    00c356 authored
    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)
    8dc7ba83
    History
    Portability improvements for compile.sh
    00c356 authored
    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)