On Mar  5 08:13, Nellis, Kenneth wrote:
> From: Corinna Vinschen
> 
> > Thanks for the review.  Like this?
> 
> If you're open to improvements, the form
>       x=$(($x + 1))
> could arguably be improved with any of the following:
>       x=$((x + 1))
>       let x=x+1
>       ((x=x+1))
>       ((x++))
>       ((++x))

It's David's call now.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to