build.sh: use #!/usr/bin/env bash

this is a guix/nix compatible way to run it using bash.
This commit is contained in:
Attila Lendvai 2023-03-22 09:32:36 +01:00
parent 48794f78ab
commit 54ca610025
No known key found for this signature in database
GPG Key ID: FEFA9FE55CF6E3CD

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
set -e set -e