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

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

View File

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