mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Use bash instead of sh because the qt env script needs to be run under bash.
This commit is contained in:
parent
d0300c55f0
commit
8ef4ba3d11
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
|
|
Loading…
Reference in a new issue