From 6cabaf274defa11773094a2c85b3d0a9f0bd9b08 Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Fri, 16 Sep 2016 09:51:03 -0400 Subject: rc-misc: allow EINFO_VERBOSE through too --- src/rc/rc-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/rc-misc.c') 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 }; -- cgit v1.2.3