Re: patch

[email protected] (Nicholas Clark)
Newsgroups perl.daily-build
Message-ID <[email protected]>
On Wed, Aug 22, 2001 at 07:19:27PM +0200, H . Merijn Brand wrote:
> On Wed 22 Aug 2001 18:42, Michael G Schwern <[email protected]> wrote:
> 
> Will change. Thanks.
> 
> > --- smoke.orig/mktest.pl	Thu Aug 23 19:45:22 2001
> > +++ smoke/mktest.pl	Wed Aug 22 12:22:18 2001
> > @@ -77,7 +84,7 @@
> >  	}
> >  
> >      print TTY "\nConfigure ...";
> > -    qx "Configure -Dusedevel $conf $tconf $uconf -des";
> > +    qx "./Configure -Dusedevel $conf $tconf $uconf -des";
> 
> and what about "sh ./Configure ..." to be sure?

As Configure starts
#! /bin/sh

don't we really mean

/bin/sh ./Configure ...
Or is it better to find the first sh on the user's PATH?

Nicholas Clark
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.