Re: declare -g reports as invalid option on MacOS (10.14.6) Bash (5.0.11)

2019-08-31 Thread 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

declare -g reports as invalid option on MacOS (10.14.6) Bash (5.0.11)

2019-08-30 Thread Ray Sutton
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