Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Add "pipefail"
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 19, 2015
1 parent e30c0f2 commit 355a098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail

cd "$(readlink -f "$(dirname "$BASH_SOURCE")")"

Expand Down

0 comments on commit 355a098

Please sign in to comment.