Skip to content

Commit 4faa462

Browse files
committed
#!/bin/bash
1 parent ecebb2e commit 4faa462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-m-rt/assemble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
set -euxo pipefail
44

cortex-m-rt/check-blobs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# Checks that the blobs are up to date with the committed assembly files
44

0 commit comments

Comments
 (0)