From 8ad3a1f41fda9e42a99162b6a8eed86eccbcdede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Aulery?= Date: Fri, 22 May 2020 11:23:00 +0200 Subject: [PATCH] Fix the shebang portability of the build.sh script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cbd4ba618..63edbd20e 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash release_mode=$1