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

View File

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