Skip to content

Commit 6b256fb

Browse files
committed
Use bash for pipefail in build script
1 parent c6e4e33 commit 6b256fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22
set -euo pipefail
33
IFS=$'\n\t'
44

0 commit comments

Comments
 (0)