mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 15:26:38 +00: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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
rm -fr build
|
rm -fr build
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Reference in a new issue