diff options
author | 2019-09-10 17:44:35 +0200 | |
---|---|---|
committer | 2019-09-10 17:44:35 +0200 | |
commit | c15447da098604e02f94da351abc72722618d4af (patch) | |
tree | c01cf72c2acec805b8584f8a6ed30df47ab55ed6 /cortex-m-rt/check-blobs.sh | |
parent | 94740a6d53610c58ea6c4dfb8efbb056759f7974 (diff) | |
download | cortex-m-c15447da098604e02f94da351abc72722618d4af.tar.gz cortex-m-c15447da098604e02f94da351abc72722618d4af.tar.zst cortex-m-c15447da098604e02f94da351abc72722618d4af.zip |
Use a more robust shebang
Diffstat (limited to 'cortex-m-rt/check-blobs.sh')
-rwxr-xr-x | cortex-m-rt/check-blobs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |