Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in install.bat, produces invalid luarocks.bat and luarocks-admin.bat under certain conditions #1232

Closed
dirkstff opened this issue Oct 13, 2020 · 1 comment

Comments

@dirkstff
Copy link

The bug was introduced by commit 0451337. Now, if vars.COMPILER_ENV_CMD == "", which it can very well be, the line $COMPILER_ENV_CMD >NUL resolves to >NUL, which is a cmd syntax error. Accordingly, luarocks.bat and luarocks-admin.bat fail.

@hishamhm
Copy link
Member

@dwenegar Looks like the issue was introduced by your PR — could you take a look at this, please? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants