mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
**Problem** sbt --client doens't work on Windows because the runner script passes itself to the server, but it's unable to launch Bash script. **Solution** Pass in the bat version instead on Windows.