From 062e5f8b1f714a6a59d8dfc4930e3778fcba575f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 11 Jul 2002 23:39:13 +0000 Subject: Do not reset PATH --- Echolot/Storage/File.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm index 85668c5..c65d306 100644 --- a/Echolot/Storage/File.pm +++ b/Echolot/Storage/File.pm @@ -1,7 +1,7 @@ package Echolot::Storage::File; # (c) 2002 Peter Palfrader -# $Id: File.pm,v 1.33 2002/07/11 23:20:54 weasel Exp $ +# $Id: File.pm,v 1.34 2002/07/11 23:39:13 weasel Exp $ # =pod @@ -48,7 +48,6 @@ my $CONSTANTS = { 'metadatafile' => 'metadata' }; -$ENV{'PATH'} = '/bin:/usr/bin'; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; my $METADATA_VERSION = 1; -- cgit v1.2.3