[coreboot-gerrit] Change in coreboot[master]: util/abuild: Use env to find bash

Martin Roth (Code Review) gerrit at coreboot.org
Mon Aug 27 15:13:40 CEST 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/28364


Change subject: util/abuild: Use env to find bash
......................................................................

util/abuild: Use env to find bash

FreeBSD doesn't have bash in /bin, so use env to find it.  This is
already done in many other scripts that are used in the actual build
path.

Change-Id: If6fb6bc3c55835e2144599fea1cdb2f7abefb0fc
Signed-off-by: Martin Roth <martinr at coreboot.org>
---
M util/abuild/abuild
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/28364/1

diff --git a/util/abuild/abuild b/util/abuild/abuild
index 3831d59..3228d09 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 #  coreboot autobuild
 #

-- 
To view, visit https://review.coreboot.org/28364
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If6fb6bc3c55835e2144599fea1cdb2f7abefb0fc
Gerrit-Change-Number: 28364
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180827/6cf7a73c/attachment.html>


More information about the coreboot-gerrit mailing list