Closed LinqLover closed 2 years ago
By the way, there are loads of other warnings caused by shellcheck in all the script files in this repository. It would probably not harm to address them at some later point in time as well. 😅
By the way, there are loads of other warnings caused by shellcheck in all the script files in this repository. It would probably not harm to address them at some later point in time as well.
Yeah, I agree. Would be nice to add a shellcheck build job at some point.
Integrated as part of #575.
Without this patch, it is not possible to pass a VM path containing spaces to smalltalkCI, like here in mingw:
Analogously, you previously could not pass an image path containing spaces like
For more information, see: https://github.com/koalaman/shellcheck/wiki/SC2124