Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f7a1717

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 9aa9cc7 commit f7a1717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)