From c77f3978d4ddb079e4d6b93e1a504927ad51fd48 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Tue, 23 Jun 2015 16:52:04 -0700 Subject: [PATCH] Change hardcoded `bash` shebang to `env` - aspnet/Home#695 - support various ash installation locations - in particular, enable building on FreeBSD --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c8cc2a72e1..203b034a33 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if test `uname` = Darwin; then cachedir=~/Library/Caches/KBuild