Skip to content

Commit e57ef67

Browse files
authored
Merge pull request nf-core#590 from SciLifeLab/fail-early
Use bash "debug mode" in install script
2 parents 2d658d6 + cab7d79 commit e57ef67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
set -euo pipefail
3+
24
TOOL="all"
35

46
while [[ $# -gt 0 ]]

0 commit comments

Comments
 (0)