Skip to content

Commit

Permalink
Switch back to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmholt committed Jul 6, 2019
1 parent a8d11b7 commit 5020bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/powershell/Program.cs
Expand Up @@ -152,7 +152,7 @@ private static int ExecPwshLogin(string[] args, int loginArgIndex)
// On macOS, sh doesn't support login, so we run /bin/bash
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
{
return Exec("/bin/zsh", execArgs);
return Exec("/bin/bash", execArgs);
}

return Exec("/bin/sh", execArgs);
Expand Down

0 comments on commit 5020bcb

Please sign in to comment.