On Sat, Sep 01, 2001 at 10:29:38PM +0800, Philippe M . Chiasson wrote:
> The following patch makes sure that MP_APXS is an absolute path.  If you used
> +            if($val =~ /^$fs_updir/) {

I suggest using File::Spec->file_name_is_absolute() here, not all
relative paths begin with updir.  Or just comment out the conditional,
since rel2abs does that test for you.

- Barrie

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to