aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8919686..cdb3205 100755
--- a/cortex-m-rt/assemble.sh
+++ b/cortex-m-rt/assemble.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
set -euxo pipefail
diff --git a/cortex-m-rt/check-blobs.sh b/cortex-m-rt/check-blobs.sh
index 94fde42..0965945 100755
--- a/cortex-m-rt/check-blobs.sh
+++ b/cortex-m-rt/check-blobs.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Checks that the blobs are up to date with the committed assembly files