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:40:43 -07:00
parent 83577bc67b
commit 445e046754
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