Rely upon /usr/bin/env to find bash

This allows you to use the homebrew install Bash 4 on MacOS systems. It
should compatible with most if not all modern Linux distros.
This commit is contained in:
Jon Higgs 2018-02-26 10:12:27 +11:00
parent 00d3c09ddb
commit 7fb27310e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# TODO: Find a less trashy way to get the next available error code
if ! shopt -s globstar
then