Support systems where bash isn't in /usr/bin (#1473)

Also remove the space between `#!` and `/`, because some OSes don't support
a space there.
This commit is contained in:
teor 2020-12-08 07:47:31 +10:00 committed by GitHub
parent 16ffb1dbbf
commit de613409c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
set -e
set -o xtrace