1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-14 21:56:36 +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:
AnyOldName3 2025-09-06 01:07:02 +01:00
parent 0a2c929a76
commit 98bb4af0cb

View file

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
rm -fr build
mkdir build