From 3eba7adc1cbfef996ce15aebf9ddd439ecc0e80a Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 21 Oct 2015 10:48:14 -0400 Subject: [PATCH] fix build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 697fc28..483cbdf 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/usr/env/bin bash +#!/usr/bin/env bash set -e root=$(readlink -e $(dirname $0)) cd $root