Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 445e046

Browse files
committed
Change hardcoded bash shebang to env
- dotnet/aspnetcore#695 - support various `bash` installation locations - in particular, enable building on FreeBSD
1 parent 83577bc commit 445e046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
if test `uname` = Darwin; then
44
cachedir=~/Library/Caches/KBuild

0 commit comments

Comments
 (0)