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:
committed by
Eric Paris
parent
fe5e611709
commit
d2d81d9a96
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user