scripts/find_triplet: Fix shell, requires bash not sh

Change-Id: Ie8219230810856c2a5f1c99bb6f3162eeff0964e
This commit is contained in:
Alexander von Gluck IV 2019-08-19 09:04:53 -05:00
parent f70930539e
commit 890224c31c

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Produce a gcc triplet for the given architecture
# Released under the MIT License.