daniel-sc / bash-shell-to-bat-converter

Converter for bash shell scripts to windows batch files.
https://daniel-sc.github.io/bash-shell-to-bat-converter
MIT License
229 stars 45 forks source link

Linux "export" should be changed to Windows "set"? #47

Open PRFinklemeister opened 2 years ago

PRFinklemeister commented 2 years ago

I love this utility it saved me a bunch of work, thank you. I noticed that Linux "export" is converted to Windows "export" and that did not work on Windows 11. I changed the "export" to "set" and it worked fine. Hope this helps.