summaryrefslogtreecommitdiffstats
path: root/util/xcompile
diff options
context:
space:
mode:
authorJonathan A. Kollasch <jakllsch@kollasch.net>2015-07-06 08:22:45 -0500
committerJonathan A. Kollasch <jakllsch@kollasch.net>2015-07-06 20:50:08 +0200
commitfb6f78e61ebdb264c8d17dc94bf9db97276339ff (patch)
tree6de12d83c483e74ba0a8da35b69c0730debf23a4 /util/xcompile
parentacb9c0b6616f96357c303964678eac05177a078d (diff)
downloadcoreboot-staging-fb6f78e61ebdb264c8d17dc94bf9db97276339ff.zip
coreboot-staging-fb6f78e61ebdb264c8d17dc94bf9db97276339ff.tar.gz
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-xutil/xcompile/xcompile2
1 files changed, 1 insertions, 1 deletions
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.
#
OpenPOWER on IntegriCloud