both cases bash was installed via brew.
The behavior seems consistent with the original bash 3 declare
statement persisting after the bash 5 install which seems unlikely.
Any Advice on how to fix this issue?
Thanks
Ray Sutton
;bash -version' the path
had been setup and /usr/local/bin was taking precedence over /bin so it
appeared as if the correct version was running.
The root cause was missing the chsh step after installing bash 5.
Again thanks
Ray Sutton
On Sat, 31 Aug 2019 09:06:35 +0200, Andreas Kusalana