Fix Bash shebang for scripts (#12120)
This commit is contained in:
parent
927e8f1a2a
commit
48554f8c66
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue