Browse Source

Merge pull request #1106 from niklasf/bash-build

Use bash for pipefail in build script
bel2125 2 years ago
parent
commit
275626d136
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build

+ 1 - 1
build

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