Use bash instead of sh because the qt env script needs to be run under bash.

This commit is contained in:
redsky17 2019-05-01 11:20:05 -04:00
parent d0300c55f0
commit 8ef4ba3d11
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
set -eux