On Thu, 14 Feb 2002, Pearu Peterson wrote:
> > too. oops. Any harm done by this?
>
> cd /home/cvsroot/world
> find scipy/ -type f -exec chmod 0444 "{}" ';'
>
> should fix this oops. Right, Prabhu?
Don't do this! This will clean up all executable bits that some files
may have. I guess I am still sleeping, its almost 10am here though ;-)
Pearu