meson: use /bin/bash for script

It seems -o pipefail does not work on Ubunut. /bin/sh is most likely resolved
to dash.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-12-21 07:09:23 +01:00
parent 0c2e93b863
commit dcb905b61b

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eu
set -o pipefail