mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 10:14:46 +02:00
The use of '$' in the path names for streams is a pain because, since '$' is a special character in the shell, it makes it impossible to directly copy and paste the paths. If we make this change, some builds will be left with vestigial directories with $global and $build in them until they run clean. It also would break any scripts that manually delete these paths. That doesn't seem like a common use case, but it's worth mentioning.