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

Reply via email to