[coreboot-gerrit] New patch to review for coreboot: fa3c557 xcompile: use bash

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Wed May 14 16:38:27 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5740

-gerrit

commit fa3c557fc45b811d2d1322e9565cacc8e571dfea
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Wed May 14 14:14:38 2014 +0200

    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 at georgi-clan.de>
---
 util/xcompile/xcompile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index df7d558..160b73b 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.
 #



More information about the coreboot-gerrit mailing list