Skip to content

Commit

Permalink
exit instead of return
Browse files Browse the repository at this point in the history
  • Loading branch information
grondilu committed Aug 22, 2013
1 parent bef6194 commit 5493c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if ((BASH_VERSINFO[0] < 4))
then
echo "This script requires bash version 4 or above." >&2
return 538510
exit 538510
fi

declare -a base58=(
Expand Down

0 comments on commit 5493c71

Please sign in to comment.