Closed roblabla closed 5 years ago
This seems to be a pitfall in almost all the commands actually. move also accepts only \
-delimited path items for instance. I'm thinking of adding an extra flag to convert_line's big match, "convert_paths", that, if true, will basically replace all /
with \
.
thanks, will fix
just released new 0.3.0 version with this fix for specific commands. i'll be releasing a new cargo-make version which will use this new shell2batch as well soon
going to close this for now. if there are more issues just reopen or open a new issue.
Describe the bug cp seems to be coverted to xcopy, which doesn't support forward slashes to separate path items. As a result, running
cp linker-scripts/bootstrap.ld link.T
results in:To Reproduce
Code Sample