From 3354bd7089d61de43433123447c6ff1c06e5677b Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Fri, 2 Oct 2015 09:46:41 -0500 Subject: [PATCH] Using env to find bash --- run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests b/run-tests index c88ce1d..90ac4d4 100755 --- a/run-tests +++ b/run-tests @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd "$(dirname $0)"