Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit 13cfbb5

Browse files
authored
Merge pull request #590 from SciLifeLab/fail-early
Use bash "debug mode" in install script
2 parents da29b7f + e6e92f0 commit 13cfbb5

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)