diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-11 17:40:34 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-11 17:40:34 +0000 |
commit | 9ebf3c37510b139bb877abd0b0531c9bd1dc9624 (patch) | |
tree | 7763e93df47149da64db0de6b20fcc252a57b8a1 | |
parent | 6f78f17949ad78ab960cc0112aa5b293211b4418 (diff) |
do not reset PATH
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | pingd | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,6 @@ +Changes in version + * Don't reset PATH to /usr/bin:/bin any more + Changes in version 2.0beta8 - 2002-07-10 * Fix public clist. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.32 2002/07/10 23:20:40 weasel Exp $ +# $Id: pingd,v 1.33 2002/07/11 17:40:34 weasel Exp $ # =pod @@ -228,7 +228,6 @@ use Echolot::Stats; use Echolot::Commands; use Echolot::Thesaurus; -$ENV{'PATH'} = '/bin:/usr/bin'; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; |