use /usr/bin/env to find bash

This commit is contained in:
Jeff Zellner 2015-07-21 20:06:54 -06:00
parent fccc27894e
commit 57dbeaab8e
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# This script builds the application from source for multiple platforms.
set -e

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
# Get the version from the command line

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Get the parent directory of where this script is.
SOURCE="${BASH_SOURCE[0]}"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
# Install packages