summaryrefslogtreecommitdiff
path: root/src/pal/tools/gen-buildsys-clang.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 /src/pal/tools/gen-buildsys-clang.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 'src/pal/tools/gen-buildsys-clang.sh')
-rwxr-xr-xsrc/pal/tools/gen-buildsys-clang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/tools/gen-buildsys-clang.sh b/src/pal/tools/gen-buildsys-clang.sh
index 43d0065685..321248ce1c 100755
--- a/src/pal/tools/gen-buildsys-clang.sh
+++ b/src/pal/tools/gen-buildsys-clang.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# This file invokes cmake and generates the build system for gcc.
#