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

mistypen exit_status in bin/mina #198

Closed
Zhomart opened this issue Jun 12, 2014 · 1 comment · Fixed by #212
Closed

mistypen exit_status in bin/mina #198

Zhomart opened this issue Jun 12, 2014 · 1 comment · Fixed by #212

Comments

@Zhomart
Copy link
Contributor

Zhomart commented Jun 12, 2014

Is e.exit_status mistype or intentional in file bin/mina:61?

exit(e.exitstatus > 255 ? e.exitstatus >> 8 : e.exit_status)
@gabskoro
Copy link
Member

gabskoro commented Oct 4, 2014

You're right, it's was a typo, tnx! :)

@gabskoro gabskoro closed this as completed Oct 4, 2014
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

Successfully merging a pull request may close this issue.

2 participants