summary refs log tree commit diff
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
parentFix Travis GPG-related build error (diff)
downloadnheko-8ef4ba3d1101d2da49ba61817361b99307a454f1.tar.xz
Use bash instead of sh because the qt env script needs to be run under bash.
-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