On 12/20/06, Aaron Griffin <aaronmgriffin at gmail.com> wrote: > DOC_DIRS="${DOC_DIRS[@]},foo,bar,baz" inside the build() function ignore my crappy syntax - I combined two things in my head (bash arrays and {} globbing) DOC_DIRS=(${DOC_DIRS[@]} foo bar baz)