From e392c4087aedcc52276c693bdce0a83ae9eddcda Mon Sep 17 00:00:00 2001 From: Praburaj Date: Mon, 6 Apr 2015 14:48:58 -0700 Subject: [PATCH] Updating build.sh to use /bin/bash instead of /bin/sh Currently due to this command source is not recognized. This seems to be fixed in a bunch of repos already. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3989e0e2b4..d81164353c 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if test `uname` = Darwin; then cachedir=~/Library/Caches/KBuild