diff options
Diffstat (limited to 'cortex-m-rt')
-rwxr-xr-x | cortex-m-rt/assemble.sh | 2 | ||||
-rwxr-xr-x | cortex-m-rt/check-blobs.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cortex-m-rt/assemble.sh b/cortex-m-rt/assemble.sh index 5d368a8..f9ec7d8 100755 --- a/cortex-m-rt/assemble.sh +++ b/cortex-m-rt/assemble.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -euxo pipefail diff --git a/cortex-m-rt/check-blobs.sh b/cortex-m-rt/check-blobs.sh index e1d0d80..94fde42 100755 --- a/cortex-m-rt/check-blobs.sh +++ b/cortex-m-rt/check-blobs.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Checks that the blobs are up to date with the committed assembly files |