discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch for SSL Makefile.postamble


From: Chris B . Vetter
Subject: Re: patch for SSL Makefile.postamble
Date: Mon, 17 Jun 2002 16:00:48 -0700

On Tue, 18 Jun 2002 00:37:05 +0200 (CEST)
Tamas TEVESZ <ice@extreme.hu> wrote:
> On Mon, 17 Jun 2002, Chris B. Vetter wrote:
>  >    rm `basename $PWD`.core
> rm "`basename "$PWD"`.core"
> or else unwanted things might get deleted :) (at least with bash.
> i'm sure there's a common denominator between various shell families,
> i just don't know what it is).

Both would only work as long as the basename actually is the name for
the core file. eg. /opt/src/Terminal-0.4.0 would screw things up, same
for lower/uppercase ...
Not very elegant, but safe would be use of 'rm -i' ...

-- 
Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]