Change /bin/bash to usr/bin/env bash
authorWilliam Godbe <wigodbe@microsoft.com>
Mon, 6 Feb 2017 18:40:04 +0000 (10:40 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2017 18:40:04 +0000 (10:40 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/eff04fba8822d89892ad1d18e20f665e06feca8f

src/coreclr/tests/src/CLRTest.Execute.Bash.targets

index 0ed9ad5..c487468 100644 (file)
@@ -274,7 +274,7 @@ $(BashCLRTestArgPrep)
       <!-- NOTE! semicolons must be escaped with %3B boooo -->
       <_CLRTestExecutionScriptText>
         <![CDATA[
-%23%21/bin/bash
+%23%21/usr/bin/env bash
 TakeLock()
 {
     echo "in takeLock"