commit c957c4d99de5f07acdf4c155cc50efc47a6686ac parent 5ac2f3f1b0b9ce0d9af6a9468c7d67c1dc42339f Author: devnibo <kroekerrobin@gmail.com> Date: Thu, 13 Jul 2023 18:37:44 +0200 Change shebang Diffstat:
| M | build_for_release.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build_for_release.sh b/build_for_release.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Using musl means everything is compiled statically # which results in an independant binary be able to