diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2014-05-14 14:14:38 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-05-15 10:06:51 +0200 |
commit | aab174088199d7012b32e21753d75014d9c2aef5 (patch) | |
tree | 68cfd726b917d7d49823275b7d6b02b41521fd7a /util | |
parent | e9fe6545cac2313cbee2b2bdd5c7518e41e9c833 (diff) | |
download | coreboot-aab174088199d7012b32e21753d75014d9c2aef5.tar.xz |
xcompile: use bash
I don't think all /bin/sh implement all features used
in xcompile.
Change-Id: Ida2a166242201ed0221316b123888127c83bf3c1
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5740
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/xcompile/xcompile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index df7d558fb9..160b73bf23 100644 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # This file is part of the coreboot project. # |