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