Skip to content

Commit 73f6005

Browse files
committed
platform: stm: Fix shebang .sh file
Change-Id: I730acbb8aa7223a7ab4c8178575244a70ee3bd5f Signed-off-by: Michel Jaouen <[email protected]>
1 parent 8fd5083 commit 73f6005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/ext/target/stm/common/scripts/TFM_UPDATE.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash -
1+
#!/usr/bin/env bash
22
#******************************************************************************
33
# * @attention
44
# *

platform/ext/target/stm/common/scripts/regression.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash -
1+
#!/usr/bin/env bash
22
#******************************************************************************
33
# * @attention
44
# *

0 commit comments

Comments
 (0)