diff options
author | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2015-07-06 08:22:45 -0500 |
---|---|---|
committer | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2015-07-06 20:50:08 +0200 |
commit | fb6f78e61ebdb264c8d17dc94bf9db97276339ff (patch) | |
tree | 6de12d83c483e74ba0a8da35b69c0730debf23a4 /util/xcompile | |
parent | acb9c0b6616f96357c303964678eac05177a078d (diff) |
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>
Reviewed-on: http://review.coreboot.org/10808
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util/xcompile')
-rwxr-xr-x | util/xcompile/xcompile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index d2509dbc36..c671172da1 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. # |