From 6a27955d2f9856c541d21858eb9fa1a7e6abe277 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sat, 18 Mar 2017 21:16:05 -0700 Subject: [PATCH] Add bash shebang to dotnet-install.sh --- scripts/obtain/dotnet-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/obtain/dotnet-install.sh b/scripts/obtain/dotnet-install.sh index d5e853a04..46980a645 100755 --- a/scripts/obtain/dotnet-install.sh +++ b/scripts/obtain/dotnet-install.sh @@ -1,3 +1,4 @@ +#!/bin/bash # Copyright (c) .NET Foundation and contributors. All rights reserved. # Licensed under the MIT license. See LICENSE file in the project root for full license information. #