Fix Bash shebang for scripts (#12120)

This commit is contained in:
Szczepan Ćwikliński 2021-10-30 16:07:18 +02:00 committed by GitHub
parent 927e8f1a2a
commit 48554f8c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env 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.