Closed sjackman closed 11 years ago
joinx --version returns an exit status of 1. It should be 0.
joinx --version
$ joinx --version || echo FAILED $? joinx version unstable (commit nogit) (None) install prefix: /home/sjackman/local/Cellar/joinx/1.7.4 share directory: /home/sjackman/local/Cellar/joinx/1.7.4/share/joinx-unstable FAILED 1
Also, the output is printed to stderr. Typically the --version message is printed to stdout.
Great. Thanks, Travis.
joinx --version
returns an exit status of 1. It should be 0.