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

Return code #38

Closed
kfish opened this issue Aug 15, 2017 · 1 comment
Closed

Return code #38

kfish opened this issue Aug 15, 2017 · 1 comment

Comments

@kfish
Copy link

kfish commented Aug 15, 2017

I often chain commands together, like:

$ elm-install && make ...

then get coffee.

It seems elm-install always returns success (exitcode 0):

conrad@spitfire:~/src/elm/dreambuggy$ elm-install
...
Solving dependencies...
  ▶ No solution found: Unable to satisfy the following requirements:

- `here4/here4 (< 4.0.0)` required by `user-specified dependency`
- `here4/here4 (>= 3.3.8)` required by `user-specified dependency`
conrad@spitfire:~/src/elm/dreambuggy$ echo $?
0

so the commandline chain doesn't work: if I do "elm-install && make" then make should not run.

@gdotdesign
Copy link
Owner

Thanks for bringing this up, fixed in 1.4.0 - https://github.com/gdotdesign/elm-github-install/releases/tag/v1.4.0

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