Add BASHOPTS to initial_badenv_table[]; from Stephane Chazelas

This commit is contained in:
Todd C. Miller
2015-12-10 17:14:56 -07:00
parent d46d0fbc6f
commit 290dafda3b

View File

@@ -145,7 +145,8 @@ static const char *initial_badenv_table[] = {
"BASH_ENV", /* bash, file to source before script runs */
"PS4", /* bash, prefix for lines in xtrace mode */
"GLOBIGNORE", /* bash, globbing patterns to ignore */
"SHELLOPTS", /* bash, extra command line options */
"BASHOPTS", /* bash, initial "shopt -s" options */
"SHELLOPTS", /* bash, initial "set -o" options */
"JAVA_TOOL_OPTIONS", /* java, extra command line options */
"PERLIO_DEBUG ", /* perl, debugging output file */
"PERLLIB", /* perl, search path for modules/includes */