diff options
| author | Oxore <oxore@protonmail.com> | 2022-06-30 12:07:35 +0300 |
|---|---|---|
| committer | Oxore <oxore@protonmail.com> | 2022-06-30 12:07:35 +0300 |
| commit | 52c08c841ab534f32e8ea489b0668421826987d6 (patch) | |
| tree | 70bc727483800fa284509a22dbb4fa16679a5b1d /1-download.sh | |
| parent | f53cca086dece774d099a5ef9186e5b77c726429 (diff) | |
Use /bin/bash, fix string comparison
Diffstat (limited to '1-download.sh')
| -rw-r--r-- | 1-download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/1-download.sh b/1-download.sh index b865662..51d3c73 100644 --- a/1-download.sh +++ b/1-download.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e source ./common |
