Skip to content

Commit

Permalink
Merge pull request nf-core#590 from SciLifeLab/fail-early
Browse files Browse the repository at this point in the history
Use bash "debug mode" in install script
  • Loading branch information
maxulysse authored May 28, 2018
2 parents 2d658d6 + cab7d79 commit e57ef67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -euo pipefail

TOOL="all"

while [[ $# -gt 0 ]]
Expand Down

0 comments on commit e57ef67

Please sign in to comment.