Change hardcoded `bash` shebang to `env`

- aspnet/Home#695
- support various ash installation locations
- in particular, enable building on FreeBSD
This commit is contained in:
N. Taylor Mullen 2015-06-23 16:52:04 -07:00
parent f13e82bee8
commit c77f3978d4
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