With the introduction of this change, the browser won't open anymore:
63c0e77
Error:
git-open: line 323: /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -NoProfile Start: No such file or directory
The issue is related to quoting of "$open". Replacing the line with $open "$openurl" fixes the issue.
With the introduction of this change, the browser won't open anymore:
63c0e77
Error:
git-open: line 323: /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -NoProfile Start: No such file or directory
The issue is related to quoting of
"$open". Replacing the line with$open "$openurl"fixes the issue.