1 Commits
2.0.2 ... 2.0.3

Author SHA1 Message Date
Tyler Akins
f889c37316 Found another issue with strict mode 2017-11-13 13:53:38 -06:00

2
mo
View File

@@ -146,7 +146,7 @@ moCallFunction() {
moArgs=() moArgs=()
# shellcheck disable=SC2031 # shellcheck disable=SC2031
if [[ -n "$MO_ALLOW_FUNCTION_ARGUMENTS" ]]; then if [[ -n "${MO_ALLOW_FUNCTION_ARGUMENTS-}" ]]; then
moArgs=$3 moArgs=$3
fi fi