From 111bf59e8ee454973df17ce9686566ee0d9cd03a Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 13 Feb 2017 15:18:45 +0100 Subject: build: Make install scripts OS agnostic This makes the install scripts OS agnostic, since env is used to call bash, which just uses looks for bash in the path. --- install_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install_debug.sh') diff --git a/install_debug.sh b/install_debug.sh index dacb7cd2..8f39be00 100755 --- a/install_debug.sh +++ b/install_debug.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash BUILDDIR=build DEBUGDIR=debug -- cgit v1.2.3