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

optimizing check_forked check if -u is supported #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elreydetoda
Copy link

even when running in the noerror mode (i.e. set -e) you shouldn't have to unset and check for the exit status, but instead the if statement should handle the error and continue normally if it exists (-u does exist) and it will exit with a 0, or in this case not go into the if statement at all (since you don't have an else statement) if it fails.

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 this pull request may close these issues.

1 participant