From 170c9a50df4ce31d13ccb5f96d1055e7e49de724 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Tue, 31 May 2022 09:34:44 +0200 Subject: [PATCH] fix shebang in bin/build.sh Using env is a more portable approach. --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index a58209fa..be6cb2ac 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ -d obj ]; then rm -fR obj/*