Fix typo: PYTHONINSPEC should be PYTHONINSPECT. From David Krause.
This commit is contained in:
2
env.c
2
env.c
@@ -173,7 +173,7 @@ static const char *initial_badenv_table[] = {
|
|||||||
"TMPPREFIX", /* zsh, prefix for temporary files */
|
"TMPPREFIX", /* zsh, prefix for temporary files */
|
||||||
"PYTHONHOME", /* python, module search path */
|
"PYTHONHOME", /* python, module search path */
|
||||||
"PYTHONPATH", /* python, search path */
|
"PYTHONPATH", /* python, search path */
|
||||||
"PYTHONINSPEC", /* python, allow inspection */
|
"PYTHONINSPECT", /* python, allow inspection */
|
||||||
"RUBYLIB", /* ruby, library load path */
|
"RUBYLIB", /* ruby, library load path */
|
||||||
"RUBYOPT", /* ruby, extra command line options */
|
"RUBYOPT", /* ruby, extra command line options */
|
||||||
NULL
|
NULL
|
||||||
|
Reference in New Issue
Block a user