Tags: andreasjansson/cctr
Tags
Use full Git Bash path on Windows to avoid WSL bash On Windows, WSL's bash.exe is in C:\Windows\System32 and comes before Git Bash in PATH. This causes issues when running bash commands because WSL bash doesn't work with Windows filesystem paths. Now cctr uses the full path to Git Bash (C:\Program Files\Git\bin\bash.exe) on Windows when shell is set to bash. Bump version to 0.23.1
PreviousNext