From 2fae850926b408c4bfbdd2d43c2b34f05fb72ab3 Mon Sep 17 00:00:00 2001 From: Gabriele 'matrix' Gristina Date: Fri, 29 Jan 2016 15:36:15 +0100 Subject: [PATCH] Select bash from env (very useful on osx) --- tools/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.sh b/tools/test.sh index 1540a8f39..872383c22 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ## ## Authors.....: Gabriele Gristina