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 11:06:44 -07:00
parent 493959dd12
commit c858e3bfcd
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