From b69ae97adafa301ef8e2186be0cb288194984182 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 27 Aug 2018 07:10:03 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/28364 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Angel Pons Reviewed-by: Alex Thiessen --- util/abuild/abuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/abuild') diff --git a/util/abuild/abuild b/util/abuild/abuild index 3831d59781..3228d098c1 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # coreboot autobuild # -- cgit v1.2.3