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

This reverts commit 86dace91a2.
This commit is contained in:
Daniel Imms
2017-10-06 09:33:22 -07:00
parent 8cf286389b
commit e29c517386
18 changed files with 18 additions and 18 deletions

View File

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