From c15447da098604e02f94da351abc72722618d4af Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 10 Sep 2019 17:44:35 +0200 Subject: Use a more robust shebang --- cortex-m-rt/check-blobs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cortex-m-rt/check-blobs.sh') 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 -- cgit v1.2.3