From bb9aa021394efd81ff9fa8cf9904fcc16d61a644 Mon Sep 17 00:00:00 2001 From: KikooDX Date: Sat, 29 Aug 2020 14:33:17 +0200 Subject: [PATCH] [build.sh] Replaced 'bash' with 'env bash' --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 82bd325..8b98f5d 100755 --- a/build.sh +++ b/build.sh @@ -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