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

[Truffle] $? Dollar question mark should hold last exit status after backtick command #3678

Closed
bjfish opened this issue Feb 17, 2016 · 1 comment
Assignees
Milestone

Comments

@bjfish
Copy link
Contributor

bjfish commented Feb 17, 2016

Environment

Truffle

`git --version`
puts $?.inspect

Expected Behavior

#<Process::Status: pid 52128 exit 0>

Actual Behavior

nil

This is used in bundler.

@bjfish bjfish added the truffle label Feb 17, 2016
@chrisseaton chrisseaton added this to the truffle-dev milestone Feb 17, 2016
@chrisseaton chrisseaton self-assigned this Oct 30, 2016
@chrisseaton
Copy link
Contributor

Fixed somewhat in 9394eb1, but we don't have the PID. Hopefully it's enough. We should perhaps implement in Ruby instead.

@enebo enebo added this to the Non-Release milestone Dec 7, 2017
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

3 participants