scripts/find_triplet: Fix shell, requires bash not sh
Change-Id: Ie8219230810856c2a5f1c99bb6f3162eeff0964e
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Produce a gcc triplet for the given architecture
|
# Produce a gcc triplet for the given architecture
|
||||||
# Released under the MIT License.
|
# Released under the MIT License.
|
||||||
|
|||||||
Reference in New Issue
Block a user