Fix too many underscore for __custom_func

This commit is contained in:
Daisuke Taniwaki 2018-11-27 16:02:37 +09:00 committed by GitHub
parent fe5e611709
commit fac49b225d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ __%[1]s_handle_reply()
__%[1]s_custom_func
else
# otherwise fall back to unqualified for compatibility
declare -F ___custom_func >/dev/null && __custom_func
declare -F __custom_func >/dev/null && __custom_func
fi
fi