]> granicus.if.org Git - sudo/commitdiff
Add PERL5DB to list of environment variables to remove.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Nov 2005 14:25:03 +0000 (14:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Nov 2005 14:25:03 +0000 (14:25 +0000)
env.c

diff --git a/env.c b/env.c
index 9a741024c140dfe518ecb2ff54057bd9e9f1eabf..452abf7d5b0e0b177f36f98d4e2110c88137cf5d 100644 (file)
--- a/env.c
+++ b/env.c
@@ -150,6 +150,7 @@ static const char *initial_badenv_table[] = {
     "PERLLIB",                 /* perl, search path for modules/includes */
     "PERL5LIB",                        /* perl 5, search path for modules/includes */
     "PERL5OPT",                        /* perl 5, extra command line options */
+    "PERL5DB",                 /* perl 5, command used to load debugger */
     "FPATH",                   /* ksh, search path for functions */
     "NULLCMD",                 /* zsh, command for null file redirection */
     "READNULLCMD",             /* zsh, command for null file redirection */