Skip to content
  • Jakub Jirutka's avatar
    abuild: change shebang to /bin/ash · 4d6114bd
    Jakub Jirutka authored
    This script uses variable expansion / pattern replacement, which is not
    defined in POSIX-sh. Also APKBUILDs are not required to be strictly
    POSIX-sh compatible. If someone run abuild on system with e.g. dash as
    /bin/sh, then it fails (and someone reported exactly that on IRC
    today). Therefore abuild should explicitly use /bin/ash in shebang and
    not /bin/sh.
    4d6114bd