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

Show error message when gpg is not found #68

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

rwstauner
Copy link
Contributor

fixes #61

@Stratus3D
Copy link
Member

Thanks @rwstauner ! Can you explain to me what the colon is for? I'm not familiar with the syntax. Is it equivalent to || true?

@Stratus3D Stratus3D merged commit 622636c into asdf-vm:master Feb 19, 2018
@rwstauner
Copy link
Contributor Author

Essentially yes. It's a builtin command that does nothing.
From the "shell builtin commands" section of the bash man page:

       : [arguments]
              No effect; the command does nothing beyond expanding arguments and
              performing any  specified  redirections.   A zero exit code is returned.

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.

Install fails without an error message
2 participants