--- Makefile.in 2013-08-22 06:17:13.342109373 +0100
+++ Makefile.in 2013-08-22 06:17:54.082108946 +0100
@@ -766,7 +766,7 @@
install: .made installdirs
$(INSTALL_PROGRAM) $(INSTALLMODE) $(Program)
$(DESTDIR)$(bindir)/$(Program)
$(INSTALL_SCRIPT) $(INSTALLMODE2) bashbug $(DES
I use bash 4.2.45.
`man bash` says:
"Using `+' instead of `-' turns off the attribute instead, with the exceptions
that +a may not be
used to destroy an array variable and +r will not remove the readonly
attribute."
However 'declare +a -g' destroys local arrays, which do not shadow global
arra