diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-11 23:39:13 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-11 23:39:13 +0000 |
commit | 062e5f8b1f714a6a59d8dfc4930e3778fcba575f (patch) | |
tree | 08aceda68bafe88614f8bd6f36d8e7b1a88b1c03 /Echolot/Storage | |
parent | 9841cefeae680520c9af64459c331b09c9e5b601 (diff) |
Do not reset PATH
Diffstat (limited to 'Echolot/Storage')
-rw-r--r-- | Echolot/Storage/File.pm | 3 |
1 files changed, 1 insertions, 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 <peter@palfrader.org> -# $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; |