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