From d2e3fcae3c8df601206970c3787f4bf1581e1025 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 14 Dec 2007 23:01:28 +0000 Subject: Our tools should not inherit EINFO_QUIET from the curret environmet, Gentoo bug #201352 --- src/mountinfo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mountinfo.c') diff --git a/src/mountinfo.c b/src/mountinfo.c index 3e471e49..a55bf4fd 100644 --- a/src/mountinfo.c +++ b/src/mountinfo.c @@ -366,6 +366,9 @@ int mountinfo (int argc, char **argv) int result; bool quiet; + /* Ensure that we are only quiet when explicitly told to be */ + unsetenv ("EINFO_QUIET"); + #define DO_REG(_var) \ if (_var) free (_var); \ _var = get_regex (optarg); -- cgit v1.2.3