Re: ((i++)) no longer supported?

2012-05-02 Thread Pierre Gaston
On Thu, May 3, 2012 at 9:34 AM, Pan ruochen wrote: > Hi All, > > Suddenly I found that ((i++)) is not supported on bash. > Just try the following simple case: > $i=0; ((i++)); echo $? > And the result is > 1 > which means an error. > I got the same result on GNU bash, version 4.1.2(1)-release > (x

((i++)) no longer supported?

2012-05-02 Thread Pan ruochen
Hi All, Suddenly I found that ((i++)) is not supported on bash. Just try the following simple case: $i=0; ((i++)); echo $? And the result is 1 which means an error. I got the same result on GNU bash, version 4.1.2(1)-release (x86_64-redhat-linux-gnu) and GNU bash, version 4.1.10(4)-release (i686-p

Possible bug: Race condition when calling external commands during trap handling

2012-05-02 Thread Tillmann.Crueger
Hi, I have a problem with a trap handler in a script, which is doing some logging and needs external commands (date and hostname). In some cases there seems to be a race condition causing a syntax error every once in a while. I am assuming it is a race condition, because the syntax errors only

Re: Wedding App

2012-05-02 Thread seo10
On Thursday, February 9, 2012 12:48:36 PM UTC+5:30, kevin wrote: > iWedPlanner is a wedding planner which provides all the features > necessary to plan and organize your wedding. The wedding app > periodically reminds about the forthcoming events to make the plan > well organized. The app also prov