BuildSystem: all scripts have now bash shebang

I could not use the scripts on debian
This commit is contained in:
Bananymous
2023-06-02 18:40:24 +03:00
parent 271dd91292
commit 1d19a4bffe
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
BINUTILS_VERSION="binutils-2.39"