Add bash shebang to dotnet-install.sh

This commit is contained in:
Daniel Lo Nigro 2017-03-18 21:16:05 -07:00 committed by Matt Ellis
parent 3d4a6ed72a
commit 6a27955d2f

View file

@ -1,3 +1,4 @@
#!/bin/bash
# Copyright (c) .NET Foundation and contributors. All rights reserved. # 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. # Licensed under the MIT license. See LICENSE file in the project root for full license information.
# #