From 32f8c6967e1a49e3505eb6fec7bbaf24ba698222 Mon Sep 17 00:00:00 2001 From: Peter Jas Date: Sun, 14 Jun 2015 19:30:36 +0000 Subject: [PATCH] build: Enables FreeBSD support. Changed hardcoded bash shebang to env to support multiple directory structures (required to build on FreeBSD). PR-URL: #238 --- build-template/build.sh | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-template/build.sh b/build-template/build.sh index c8cc2a72e1..203b034a33 100644 --- a/build-template/build.sh +++ b/build-template/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if test `uname` = Darwin; then cachedir=~/Library/Caches/KBuild diff --git a/build.sh b/build.sh index c8cc2a72e1..203b034a33 100755 --- 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