Use bash for pipefail in build script
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'