On Thu, Apr 4, 2013 at 9:21 PM, Greg Wooledge <wool...@eeg.ccf.org> wrote:
> imadev:~$ stuffit() { declare -n array="$1"; array[thing]=foobar; } Checked my test script and I actually added -A to declare in the process sorry. It's working now thanks. Ross