From e472a8feb817c1c86255b5b07d90600cc9438331 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Wed, 30 Jan 2002 07:27:55 +0000 Subject: [PATCH] Integrate Jarkko's path/INC tweaks p4raw-id: //depot/perlio@14498 p4raw-integrated: from //depot/perl@14490 'merge in' ext/Encode/compile (@14492..) --- ext/Encode/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/Encode/compile b/ext/Encode/compile index 13498d1..b5f659a 100755 --- a/ext/Encode/compile +++ b/ext/Encode/compile @@ -1,7 +1,7 @@ #!../../perl -w BEGIN { - unshift @INC, '../../lib'; - $ENV{PATH} .= ';../..' if $^O eq 'MSWin32'; + unshift @INC, qw(../../lib ../../../lib); + $ENV{PATH} .= ';../..;../../..' if $^O eq 'MSWin32'; } use strict; use Getopt::Std; -- 2.7.4