rsteube opened this issue 3 years ago · 0 comments
$(<COMMAND>) is executed in a sh shell and should be skipped on windows. Add $win(<COMMAND>) or similar for that provides a variant working on windows using powershell.
$(<COMMAND>)
sh
$win(<COMMAND>)
powershell
related #14