Open doctorpangloss opened 4 hours ago
@doctorpangloss
From cmd.exe executing gradle
would execute gradle.bat
, instead from inside busybox it prefer the gradle
file without extension.
Hmm well it works correctly in a build from January so I think it has something to do with environment variables that I do not understand.
This issue is observed in
busybox-w64u-PRE-5531-g0e958a72e.exe
This issue does not reproduce in
which lacks the fixes needed for
chocolatey
related to environment variables.executing this script with
C:/busybox64.exe bash -X ./check_install.sh
gradle --version
fails wherecmd.exe /c "gradle --version"
succeedsYou can install the prereqs by installing Chocolately and then using: