replace bash shebang with '#!/usr/bin/env bash" for portability

This commit is contained in:
Putta Khunchalee
2017-09-17 21:18:54 +07:00
parent 660b3b6362
commit 86dace91a2
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.