summaryrefslogtreecommitdiff
path: root/1-download.sh
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2022-06-30 12:07:35 +0300
committerOxore <oxore@protonmail.com>2022-06-30 12:07:35 +0300
commit52c08c841ab534f32e8ea489b0668421826987d6 (patch)
tree70bc727483800fa284509a22dbb4fa16679a5b1d /1-download.sh
parentf53cca086dece774d099a5ef9186e5b77c726429 (diff)
Use /bin/bash, fix string comparison
Diffstat (limited to '1-download.sh')
-rw-r--r--1-download.sh2
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