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@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 #