From 890224c31c187563ed53b056bba1a37816b4cdb3 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 19 Aug 2019 09:04:53 -0500 Subject: [PATCH] scripts/find_triplet: Fix shell, requires bash not sh Change-Id: Ie8219230810856c2a5f1c99bb6f3162eeff0964e --- build/scripts/find_triplet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/find_triplet b/build/scripts/find_triplet index 8b72a348d2..ae1336f5d3 100755 --- a/build/scripts/find_triplet +++ b/build/scripts/find_triplet @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Produce a gcc triplet for the given architecture # Released under the MIT License.