diff options
author | redsky17 <joedonofry@gmail.com> | 2019-05-01 11:20:05 -0400 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-05-01 11:20:05 -0400 |
commit | 8ef4ba3d1101d2da49ba61817361b99307a454f1 (patch) | |
tree | d04575635af58f5032c1418afc7949f30f067d28 /.ci | |
parent | Fix Travis GPG-related build error (diff) | |
download | nheko-8ef4ba3d1101d2da49ba61817361b99307a454f1.tar.xz |
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.sh | 2 |
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 |