Skip to content

Commit

Permalink
Debug compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Jul 29, 2016
1 parent 27584c4 commit 5301eb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

# Fail immediately on non-zero exit code.
set -e
# Fail immediately on non-zero exit code within a pipeline.
set -o pipefail
# Fail on undeclared variables.
set -u
# Debug, echo every command
set -x

function indent() {
c='s/^/ /'
Expand Down

0 comments on commit 5301eb1

Please sign in to comment.