Fix too many underscore for __custom_func (#794)

* Fix too many underscore for __custom_func

* Fix typo of too many leading underscores in docs
This commit is contained in:
Daisuke Taniwaki
2018-11-27 22:31:06 +09:00
committed by Eric Paris
parent fe5e611709
commit d2d81d9a96
2 changed files with 2 additions and 2 deletions

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