mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
d12ea48641
Here it doesn't matter whether the variable is global or local given it's only used within the current scope (could even be unset after) -- but we're moving toward banning declare without -g to avoid mistakes in general given whether it is local or global is otherwise undefined behaviour depending on the PM implementation. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>