use /usr/bin/env bash

pull/2575/head
Jeff Zellner 11 years ago
parent 0698b865e2
commit ac462d2ef1

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

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

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

Loading…
Cancel
Save