To reproduce, run this in powershell 5.1.17134.228 (1.0 folder): ``` PS C:\Users\billc> bash -c 'echo "test spaces"' ``` result (should be `test spaces`): ``` test ``` Same thing works fine in cmd: ``` C:\Users\billc>bash -c 'echo "test spaces"' test spaces ```