diff --git a/bootstrap.sh b/bootstrap.sh index 182f0e8..72ea384 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,7 +22,7 @@ function cloneZSHLibRepo() { } function isDebug() { - test "${DEBUG}" -eq 1 -o "${DEBUG}" = true + test "${DEBUG}" = true -o "${DEBUG}" = 1 } function main() {