mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-22 03:13:15 -04:00
Use correct shebang
[[ doesn't work in real sh, only in more advanced shells pretending to be sh.
This commit is contained in:
parent
0a2c929a76
commit
98bb4af0cb
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/bash -e
|
||||
|
||||
rm -fr build
|
||||
mkdir build
|
||||
|
Loading…
x
Reference in New Issue
Block a user