genome / joinx

a tool for processing .bed and .vcf files
21 stars 11 forks source link

joinx --version fails #4

Closed sjackman closed 11 years ago

sjackman commented 11 years ago

joinx --version returns an exit status of 1. It should be 0.

$ 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
sjackman commented 11 years ago

Also, the output is printed to stderr. Typically the --version message is printed to stdout.

sjackman commented 11 years ago

Great. Thanks, Travis.