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

Needs to explicitly return > 0 in Linux #1939

Closed
ghost opened this issue Feb 5, 2015 · 1 comment
Closed

Needs to explicitly return > 0 in Linux #1939

ghost opened this issue Feb 5, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 5, 2015

function my_utility
  #...
  if condition_that_fails
  # never happens
  end
end

On Mac OSX my_utility sets $status to 1 which I expect. This fails on Linux running on a docker container, where $status exits with 0.

@ridiculousfish
Copy link
Member

Dup of #1443. Thanks for reporting this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant