From 13909b2dca8a811070a6e85e8b1ffd281d0872b0 Mon Sep 17 00:00:00 2001 From: Adrien Navratil Date: Sat, 17 Jun 2017 21:44:47 +0200 Subject: [PATCH] utils.sh - compatiblity fix --- build/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/utils.sh b/build/utils.sh index d191bbf..4090aec 100755 --- a/build/utils.sh +++ b/build/utils.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash BUILD_DIR="$(realpath $(dirname "${BASH_SOURCE[0]}"))" REPO_DIR="$(dirname "${BUILD_DIR}")"