20 Dec
2006
20 Dec
'06
6:03 p.m.
On 12/20/06, Aaron Griffin <aaronmgriffin@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)