Skip to content

Commit

Permalink
Merge pull request #298 from sanger-pathogens/change_script_exit_codes
Browse files Browse the repository at this point in the history
Addition to PR297: Changed exit codes for art and dnaplotter help
  • Loading branch information
kpepper authored Nov 19, 2019
2 parents 2b3313b + 4e719e3 commit 6debf11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion art
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ usage () {
echo " http://www.sanger.ac.uk/science/tools/artemis"
echo

exit 1
exit 0
}

add_proxy_properties() {
Expand Down
2 changes: 1 addition & 1 deletion dnaplotter
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ usage () {
echo " http://www.sanger.ac.uk/science/tools/dnaplotter/"
echo

exit 1
exit 0
}

add_proxy_properties() {
Expand Down

0 comments on commit 6debf11

Please sign in to comment.