diff options
-rwxr-xr-x | assemble.sh | 2 | ||||
-rwxr-xr-x | check-blobs.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assemble.sh b/assemble.sh index 6a4ccdd..497925f 100755 --- a/assemble.sh +++ b/assemble.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euxo pipefail 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 |