Circular name references in bash shell function, but not in ksh
I’m writing a set of shell functions that I want to have working in both Bash and KornShell93, but with Bash I’m running into a “circular name reference” warning.
I’m writing a set of shell functions that I want to have working in both Bash and KornShell93, but with Bash I’m running into a “circular name reference” warning.
I was using associative arrays in my script, hence I used to declare them by the