From 9c90994e1c581d46455db337dccfd1275a495002 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 21 Oct 2014 14:35:09 -0700 Subject: [PATCH] Switching to bash in build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 524e475d58..09b54621f4 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if test `uname` = Darwin; then cachedir=~/Library/Caches/KBuild