# print an OK message if the "error" is 0, otherwise print an error message
- if [[ "$error" == 0 ]]
+ if [[ "$error" -eq 0 ]]
then
# output using libcolor if available
if [[ "$(type -t libcolor_notice)" == "function" ]]
[SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (804992a47899da8405481d4f3e8deb97c3a41b4a),
Justin Boffemmyer, 06/23/2011