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

lua_defs.go incorrectly generated on Debian Testing/Unstable #1

Closed
losinggeneration opened this issue Jul 26, 2010 · 0 comments
Closed
Labels

Comments

@losinggeneration
Copy link

echo "package lua51\n" > lua_defs.go
in the lua51/Makefile does not work correctly in Debian. It puts the literal \n instead of the new line. One work around for this would be to use a semicolon instead of a new line which should make the compiler know what's meant. A perhaps longer work around would be to try to figure out what the system's echo command supports and how it supports it and have system specific echo's... I'd generally say that's a bad idea though, and the semicolon should work just fine.

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

No branches or pull requests

1 participant