Merge pull request #2575 from sofuture/master

use /usr/bin/env bash
This commit is contained in:
Paul Hinze 2015-06-30 13:25:11 -05:00
commit a0103cbcc6
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.

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]}"