13e1d7cbd7
The shellType was hardcoded to 'unix' which breaks on native Windows shells (cmd.exe, PowerShell) when running without Git Bash or WSL. This change uses the existing detectShellType() function to dynamically determine the correct shell type, enabling proper env var syntax for all supported shell environments.