Jonathan A. Kollasch (jakllsch@kollasch.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10808
-gerrit
commit 16fa5ea10f3dc50adbc2e7d37328b98e58203d7d Author: Jonathan A. Kollasch jakllsch@kollasch.net Date: Mon Jul 6 08:22:45 2015 -0500
util/xcompile/xcompile: use env(1) to find bash
Not all systems put bash at /bin/bash.
Change-Id: Ib58cd2f6cf330b5b2678d55bb929696872fba9c9 Signed-off-by: Jonathan A. Kollasch jakllsch@kollasch.net --- util/xcompile/xcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index d2509db..c671172 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # This file is part of the coreboot project. #