This commit is contained in:
Nathaniel Landau
2015-06-21 08:48:19 -04:00
parent 2220670895
commit daa358f057

View File

@@ -81,7 +81,7 @@ function header() { local _message="========== ${@} ========== "; echo "$(_
# Log messages when verbose is set to "1"
verbose() {
if [ "${verbose}" == "1" ]; then
if [ "${verbose}" -eq "1" ]; then
debug "$@"
fi
}