aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-misc.c
diff options
context:
space:
mode:
authorDoug Freed <dwfreed@mtu.edu>2016-09-16 09:51:03 -0400
committerDoug Freed <dwfreed@mtu.edu>2016-09-16 09:51:03 -0400
commit6cabaf274defa11773094a2c85b3d0a9f0bd9b08 (patch)
tree720264f3ee54ec3b446a83deb8cebe4b332c5dd3 /src/rc/rc-misc.c
parent1edb5f6fd9c4827e5d4ed5c854bc322ba8a7df73 (diff)
rc-misc: allow EINFO_VERBOSE through too
Diffstat (limited to 'src/rc/rc-misc.c')
-rw-r--r--src/rc/rc-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 508e1162..250b3695 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -53,7 +53,7 @@ static const char *const env_whitelist[] = {
"EERROR_QUIET", "EINFO_QUIET",
"IN_BACKGROUND", "IN_HOTPLUG",
"LANG", "LC_MESSAGES", "TERM",
- "EINFO_COLOR",
+ "EINFO_COLOR", "EINFO_VERBOSE",
NULL
};