use /usr/bin/env bash

This commit is contained in:
Jeff Zellner 2015-06-30 11:52:11 -06:00
parent 0698b865e2
commit ac462d2ef1
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -e set -e
# Get the version from the command line # 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. # Get the parent directory of where this script is.
SOURCE="${BASH_SOURCE[0]}" SOURCE="${BASH_SOURCE[0]}"