build: Enables FreeBSD support.

Changed hardcoded bash shebang to env to support multiple directory
structures (required to build on FreeBSD).

PR-URL: #238
This commit is contained in:
Peter Jas 2015-06-14 19:30:36 +00:00 committed by Doug Bunting
parent f55367597a
commit 32f8c6967e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild