[build.sh] Replaced 'bash' with 'env bash'

This commit is contained in:
KikooDX 2020-08-29 14:33:17 +02:00
parent 07cabb8026
commit bb9aa02139
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
echo "making levels.c"
rm src/levels.c
luajit levels.lua >> src/levels.c