commit | 8e13c8f018ecb78713e335b659605de1b1ed113d | [log] [tgz] |
---|---|---|
author | Felix Conway <felix.conway@arm.com> | Thu Apr 03 15:06:37 2025 +0100 |
committer | Felix Conway <felix.conway@arm.com> | Tue Apr 22 10:35:52 2025 +0100 |
tree | 9fde47e865940fa23c6cdafffa33465c4fc059cf | |
parent | 9949f0093020f1db77669f18847be26a1d427eed [diff] |
Add shebang to fix CI error Signed-off-by: Felix Conway <felix.conway@arm.com>
diff --git a/tests/scripts/components-platform.sh b/tests/scripts/components-platform.sh index 824e5ff..9831b8f 100755 --- a/tests/scripts/components-platform.sh +++ b/tests/scripts/components-platform.sh
@@ -1,3 +1,5 @@ +#!/bin/bash + # components-platform.sh # # Copyright The Mbed TLS Contributors