Matt Kraai <kraai@debian.org> wrote:
> local: 3: bad variable name
Sounds like a problem with missing quotes, e.g.,
local f=$(echo a b)
instead of
local f="$(echo a b)"
--
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt