base-files: New files to fix permission issues (was Re: 1.7.10/1.7.11: .Net programs started from a cygwin console may fail.)

Corinna Vinschen corinna-cygwin@cygwin.com
Mon Mar 5 16:32:00 GMT 2012


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



More information about the Cygwin mailing list