sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 439 forks source link

Add `is_cygwin` to ash-template which always returns `false` #1590

Closed mkurz closed 6 months ago

mkurz commented 6 months ago

For explanation see comments starting here. Basically we assume ash will only be run in docker images, but never in a cygwin environment.

Currently apps relying on the is_cygwin function are broken anyway, so adding this method definitely improves things.