Re: [AMBER-Developers] AT test, weird csh,rm thing

From: Scott Brozell <sbrozell.rci.rutgers.edu>
Date: Thu, 17 Dec 2009 03:09:49 -0500

Hi,

I ran into this issue on the platform below.
I fixed it:
/bin/rm -f *.lib *.log *.dif || goto perm_error
->
/bin/rm -f "*.lib *.log *.dif" || goto perm_error

Linux gyges.rutgers.edu 2.6.18-8.1.8.el5 #1 SMP Mon Jun 25 17:06:07 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
CentOS release 5.4 (Final)
tcsh 6.14.00 (Astron) 2005-03-25 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec

Scott

On Wed, Nov 25, 2009 at 10:16:25PM -0500, Lachele Foley wrote:
> [installer.shaw test]$ /bin/csh --version
> tcsh 6.14.00 (Astron) 2005-03-25 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec
>
>
> ----- Original Message -----
> From: case
> > On Wed, Nov 25, 2009, Lachele Foley wrote:
> >
> > > Running leap tests on ./tleap -> ../../exe/teLeap
> > >
> > > /bin/rm: No match.
> > > ./Run.tleap: File permission error
> > > make: *** [test.leap] Error 1
> >
> > OK; I see.
> >
> > > Let me know what other info to provide.
> >
> > Type "/bin/csh --version" and let me know what you get; not that I will
> > really
> > know what to do with the info, except to compare it to other machines where
> > this is not a problem....
> >

_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Thu Dec 17 2009 - 00:30:02 PST
Custom Search