diff options
author | 2018-08-25 17:18:54 +0200 | |
---|---|---|
committer | 2018-08-25 17:18:54 +0200 | |
commit | 4faa462a3d349358fd217b468c62ad362c302abf (patch) | |
tree | ef741f03d503af03348b692cf12daabc00df3d84 /cortex-m-rt/check-blobs.sh | |
parent | ecebb2ed912b7136b8def330bfa0b9fbf53559c4 (diff) | |
download | cortex-m-4faa462a3d349358fd217b468c62ad362c302abf.tar.gz cortex-m-4faa462a3d349358fd217b468c62ad362c302abf.tar.zst cortex-m-4faa462a3d349358fd217b468c62ad362c302abf.zip |
#!/bin/bash
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 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 |