Skip to content

Commit 075b684

Browse files
Use a more robust shebang
1 parent 97c7aab commit 075b684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assemble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -euxo pipefail
44

check-blobs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Checks that the blobs are up to date with the committed assembly files
44

0 commit comments

Comments
 (0)