$ f () { echo hello; }; declare -fail f; declare -pf f
f ()
{
    echo hello
}
declare -afil f=()

i don't think this causes any real problem but obviously it looks wrong

happens in 4.3 and 4.4 and the latest devel snapshot

---
xoxo iza

Reply via email to