From 8ef4ba3d1101d2da49ba61817361b99307a454f1 Mon Sep 17 00:00:00 2001 From: redsky17 Date: Wed, 1 May 2019 11:20:05 -0400 Subject: [PATCH] Use bash instead of sh because the qt env script needs to be run under bash. --- .ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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