Skip to content

Commit

Permalink
Update bigfix_newest_version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed May 23, 2016
1 parent a83133f commit 7117068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bash/bigfix_newest_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ download_file () {
exit 2
fi
fi
# TODO: handle error conditions
# https://www.gnu.org/software/wget/manual/html_node/Exit-Status.html
}

if [ -n "$1" ]; then
Expand Down

1 comment on commit 7117068

@jgstew
Copy link
Owner Author

@jgstew jgstew commented on 7117068 Jun 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This relates to this issue: #9

Please sign in to comment.