Skip to content

Commit

Permalink
fail faster when something goes wrong with preparing the index.html f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
eighthave committed Jan 29, 2021
1 parent 6b465a5 commit 45ef61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prepare-multi-lang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#

# Fail on errors.
set -eu -o pipefail
set -eu

function assert_file {
if [[ ! -f ${1} ]]; then
Expand Down

0 comments on commit 45ef61d

Please sign in to comment.