bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

for loop/arithmetic expression segfault.


From: Sean McKeon
Subject: for loop/arithmetic expression segfault.
Date: Fri, 24 Aug 2001 15:19:25 -0700

I realize that the first expression in the for is incorrect, but it causes a segfault nonetheless.

for (($(x=0); $((x<10)); $((x = x+1)) )); do echo $x; done

version :
GNU bash, version 2.05.0(1)-release (i386-slackware-linux-gnu)

Not a complaint, just a bug-report.

                -ameoba
-----------------------/
\Master liberation broken mythical dandilion


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]