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:
parent
f55367597a
commit
32f8c6967e
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if test `uname` = Darwin; then
|
||||
cachedir=~/Library/Caches/KBuild
|
||||
|
|
|
|||
Loading…
Reference in New Issue