*** empty log message ***
authorroot <root>
Wed, 18 Jan 2006 21:30:50 +0000 (21:30 +0000)
committerroot <root>
Wed, 18 Jan 2006 21:30:50 +0000 (21:30 +0000)
Changes
src/urxvt.pm

diff --git a/Changes b/Changes
index 695bbffda334b2d1e4b48cccb9cf0bf909152405..ee60a95d642bffcdb054c559d353f854a8a164aa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -14,7 +14,7 @@ WISH: support tex fonts
 
 9.0
 TODO: distributed clipboard example
-
+TODO: use correct %ENV for perl exec'ed processes.
         - setuid/setgid operation is now _encouraged_: security has been
           improved by moving privileged operations into a separate process
           and permanently dropping privileges within the terminal. This
index c850fb8266a5aa911f7d1c17447292e21741989b..e016145d8067687c01d08a78b380831dd680f44c 100644 (file)
@@ -632,12 +632,6 @@ BEGIN {
          unless $msg =~ /\n$/;
       urxvt::warn ($msg);
    };
-
-   # %ENV is the original startup environment
-   delete $ENV{IFS};
-   delete $ENV{CDPATH};
-   delete $ENV{BASH_ENV};
-   $ENV{PATH} = "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/opt/sbin";
 }
 
 my $verbosity = $ENV{URXVT_PERL_VERBOSITY};