summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJan Henke <Jan.Henke@taujhe.de>2015-03-09 18:55:24 +0100
committerJan Henke <Jan.Henke@taujhe.de>2015-03-10 09:53:26 +0100
commitb10e8b341bd9ef8da101bd96437a1e539aecd9bc (patch)
tree76cef34842148625eb0db6b6a619c74e932ea206 /build.sh
parent0e408b53ea069962125b7efae3da8d0bee937258 (diff)
downloadcoreclr-b10e8b341bd9ef8da101bd96437a1e539aecd9bc.tar.gz
coreclr-b10e8b341bd9ef8da101bd96437a1e539aecd9bc.tar.bz2
coreclr-b10e8b341bd9ef8da101bd96437a1e539aecd9bc.zip
Do not hardcode path to bash into the shell scripts.
Use /usr/bin/env bash to discover bash, independet of actual path. Closes #204.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ce2c3e5746..f1d6d83626 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
usage()
{