$ fn () { declare -g var=x; declare -p var; } ; fn
declare -- var="x"

I think the correct output should be declare -g var="x"
Is this intended or is it a bug?


---
xoxo iza

Reply via email to