diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-08-01 22:36:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-08-01 22:36:05 +0000 |
commit | df9d3b63eb1b315a35cdc9446f6494828e2c4491 (patch) | |
tree | 07593573c9aad39bf8f4a262ae80424779513525 /usr.bin/sudo/env.c | |
parent | 598a852905fe552edcb1454953feb86d266dbb86 (diff) |
PYTHONINSPECT not PYTHONINSPEC; David Krause
Diffstat (limited to 'usr.bin/sudo/env.c')
-rw-r--r-- | usr.bin/sudo/env.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/env.c b/usr.bin/sudo/env.c index 1652c8015d3..6cb26d38095 100644 --- a/usr.bin/sudo/env.c +++ b/usr.bin/sudo/env.c @@ -52,7 +52,7 @@ #include "sudo.h" #ifndef lint -__unused static const char rcsid[] = "$Sudo: env.c,v 1.39.2.16 2007/07/29 20:10:19 millert Exp $"; +__unused static const char rcsid[] = "$Sudo: env.c,v 1.39.2.17 2007/07/31 18:04:31 millert Exp $"; #endif /* lint */ /* @@ -173,7 +173,7 @@ static const char *initial_badenv_table[] = { "TMPPREFIX", /* zsh, prefix for temporary files */ "PYTHONHOME", /* python, module search path */ "PYTHONPATH", /* python, search path */ - "PYTHONINSPEC", /* python, allow inspection */ + "PYTHONINSPECT", /* python, allow inspection */ "RUBYLIB", /* ruby, library load path */ "RUBYOPT", /* ruby, extra command line options */ NULL |