From 82ec8ee73962730f19dcbc10a65a11fdf4170351 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 6 Apr 2017 15:59:41 -0700 Subject: [PATCH] Use bash from env, not /usr/bin. --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 6a9b891b..c446a115 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e # Brings in: ROOT_DIR, EXAMPLES_DIR, LIB_DIR, CODEGEN_DIR, CONTRIB_DIR, DOC_DIR