Support systems where bash isn't in /usr/bin

This commit is contained in:
teor 2020-11-05 13:41:20 +10:00 committed by Deirdre Connolly
parent 9f261e2213
commit fef75dadc9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail