On Sat, May 7, 2005 5:16, Ryan Voots said:
Show quoted text
> geeze seems like i'm going to force you guys to a 1.00 release because of
> bugfixes :)
Working very hard on Shell::Jobs in order to beat you at that :P
Show quoted text> anyway this one deals with quoting and brackets.
>
> try to run this command! $ fgrep "Load(" *
>
> Can you guess what happens? yep you get an error. zoid: Unmatched nest at
> end of input: (
Seems to be a glitch in the grammar for command substitution, I'll fix
it and check posix compliancy there along the way. If you escape the '('
or if use single quotes instead of double quotes it works correctly.