From 24832881dd83087e02c322b77bd9b35ba430fc79 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 19 Jul 2018 09:01:27 -0700 Subject: [PATCH] fix shebang in check_go_path License: MIT Signed-off-by: Steven Allen --- bin/check_go_path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check_go_path b/bin/check_go_path index a32996ec9..4f8c0025f 100755 --- a/bin/check_go_path +++ b/bin/check_go_path @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -e