From 60ae665c0f50b260d008f0358c96f15cfc48101d Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 17 Mar 2014 11:15:59 -0600 Subject: [PATCH 1/2] get bash path from env --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e335eda5..0f5dcd76 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash export COPYFILE_DISABLE=true From a48bf506084e721c6bcd404a9cf612a98d47c2ad Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 17 Mar 2014 11:16:26 -0600 Subject: [PATCH 2/2] get bash path from env --- assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets.sh b/assets.sh index 6c7f5956..76cfea21 100755 --- a/assets.sh +++ b/assets.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cat <