Skip to content

Commit

Permalink
(ci): Use unofficial bash strict mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Et7f3 committed May 3, 2020
1 parent b3dc849 commit c4cfe8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esy/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /bin/bash

set -euo pipefail

OS=$1
ESY_LIBJPEG_TURBO_PREFIX=$2

Expand Down
2 changes: 2 additions & 0 deletions esy/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /bin/bash

set -euo pipefail

OS=$1

# Copy artifacts into output directories
Expand Down

0 comments on commit c4cfe8c

Please sign in to comment.