diff options
author | 2019-09-10 19:16:13 +0200 | |
---|---|---|
committer | 2019-09-10 19:16:13 +0200 | |
commit | 075b684382a2c20f0b9815519dda9ce3eeb6685c (patch) | |
tree | d4fc23f206f6369f0115d9b020227242387b86d8 /check-blobs.sh | |
parent | 97c7aab2ed722eb8fb403f7884f4458f495af410 (diff) | |
download | cortex-m-075b684382a2c20f0b9815519dda9ce3eeb6685c.tar.gz cortex-m-075b684382a2c20f0b9815519dda9ce3eeb6685c.tar.zst cortex-m-075b684382a2c20f0b9815519dda9ce3eeb6685c.zip |
Use a more robust shebang
Diffstat (limited to 'check-blobs.sh')
-rwxr-xr-x | check-blobs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-blobs.sh b/check-blobs.sh index 94fde42..0965945 100755 --- a/check-blobs.sh +++ b/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 |