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:54:02 -07:00
parent 3b29dbdd98
commit 4aa1d4b1b7
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