Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Change hardcoded bash shebang to env
Browse files Browse the repository at this point in the history
- dotnet/aspnetcore#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
  • Loading branch information
dougbu committed Jun 23, 2015
1 parent c4fa402 commit a291884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild
Expand Down

0 comments on commit a291884

Please sign in to comment.