summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-05-01 11:20:05 -0400
committerredsky17 <joedonofry@gmail.com>2019-05-01 11:20:05 -0400
commit8ef4ba3d1101d2da49ba61817361b99307a454f1 (patch)
treed04575635af58f5032c1418afc7949f30f067d28 /.ci
parentd0300c55f09697db87721f74e955eaca22469aca (diff)
Use bash instead of sh because the qt env script needs to be run under bash.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh
index 2d5cc49b..658dc5eb 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
set -eux