Change hardcoded `bash` shebang to `env`

- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
This commit is contained in:
Doug Bunting 2015-06-23 10:52:53 -07:00
parent 3673ea6e83
commit 5aaae8ba9b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild