From 12b170e50809d74d99bd174aa985f0505259ac6d Mon Sep 17 00:00:00 2001 From: Greg Zimmerman Date: Thu, 19 Oct 2017 17:22:59 -0400 Subject: [PATCH] Update powershell to pwsh. --- .../Applications/PowerShell.app/Contents/MacOS/PowerShell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/macos/launcher/ROOT/Applications/PowerShell.app/Contents/MacOS/PowerShell.sh b/tools/packaging/macos/launcher/ROOT/Applications/PowerShell.app/Contents/MacOS/PowerShell.sh index dab22d55615..d20a8780b4a 100755 --- a/tools/packaging/macos/launcher/ROOT/Applications/PowerShell.app/Contents/MacOS/PowerShell.sh +++ b/tools/packaging/macos/launcher/ROOT/Applications/PowerShell.app/Contents/MacOS/PowerShell.sh @@ -1,2 +1,2 @@ #!/bin/bash -open /usr/local/bin/powershell +open /usr/local/bin/pwsh