Chet Ramey wrote:
> seba wrote:

>> #!/bin/sh
>>
>> fib() {

> You managed to write yourself an infinitely-recursive function, and
> eventually ran out of stack space.  `==' is a string operator, not a
> numeric operator, when used with `['.

Most likely. When I test this and it breaks, the stack has over 32000
entries, all execute_command(), execute_command_internal().

J.



Reply via email to