Oleg Verych writes ("Re: Question about "Depends: bash""):
> o `arrays' bashizm -> tmp=$@ ; set -- $ARRAY ; use_array $@ ; set -- $tmp
This is another piece of bad advice: this approach is buggy if the
arguments might contain whitespace, which is often the case (eg if
they're filename arguments).
Ian.