aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-08-25 17:18:54 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-08-25 17:18:54 +0200
commit4faa462a3d349358fd217b468c62ad362c302abf (patch)
treeef741f03d503af03348b692cf12daabc00df3d84
parentecebb2ed912b7136b8def330bfa0b9fbf53559c4 (diff)
downloadcortex-m-4faa462a3d349358fd217b468c62ad362c302abf.tar.gz
cortex-m-4faa462a3d349358fd217b468c62ad362c302abf.tar.zst
cortex-m-4faa462a3d349358fd217b468c62ad362c302abf.zip
#!/bin/bash
-rwxr-xr-xcortex-m-rt/assemble.sh2
-rwxr-xr-xcortex-m-rt/check-blobs.sh2
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