From b6e6d5eba409ca26934308a171c01210747248d7 Mon Sep 17 00:00:00 2001
From: Andrew Robbins <contact@andrewrobbins.info>
Date: Fri, 23 Jun 2017 13:06:02 -0400
Subject: Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'

This is mainly useful for being able to run these scripts on BSDs.
And for users who use a Bash not installed to /bin.
---
 resources/scripts/helpers/build/module/crossgcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'resources/scripts/helpers/build/module/crossgcc')

diff --git a/resources/scripts/helpers/build/module/crossgcc b/resources/scripts/helpers/build/module/crossgcc
index a88427fe..0631758b 100755
--- a/resources/scripts/helpers/build/module/crossgcc
+++ b/resources/scripts/helpers/build/module/crossgcc
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #  helper script: builds crossgcc, needed by coreboot's build system
 #
-- 
cgit v1.2.3-70-g09d2