Merge pull request #2913 from rickard-von-essen/portable_scripts

Make all scripts portable regardless of where bash is installed.
pull/2934/head
Mark Peek 11 years ago
commit 6ec8c3cbb1

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

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
# Get the parent directory of where this script is.

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
# Get the parent directory of where this script is.

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Set the tmpdir
if [ -z "$TMPDIR" ]; then

Loading…
Cancel
Save