projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da4964
)
Fix typo: PYTHONINSPEC should be PYTHONINSPECT. From David Krause.
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Tue, 31 Jul 2007 18:04:32 +0000
(18:04 +0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Tue, 31 Jul 2007 18:04:32 +0000
(18:04 +0000)
env.c
patch
|
blob
|
history
diff --git
a/env.c
b/env.c
index 0d5468f4db972631583c8d945d4a344070e29788..e1d6d12defd1387b644366e4b6fc51546fa8b74e 100644
(file)
--- a/
env.c
+++ b/
env.c
@@
-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 */
+ "PYTHONINSPEC
T",
/* python, allow inspection */
"RUBYLIB", /* ruby, library load path */
"RUBYOPT", /* ruby, extra command line options */
NULL