aboutsummaryrefslogtreecommitdiff
path: root/src/fstabinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fstabinfo.c')
-rw-r--r--src/fstabinfo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fstabinfo.c b/src/fstabinfo.c
index a6ffe966..08c2b0b9 100644
--- a/src/fstabinfo.c
+++ b/src/fstabinfo.c
@@ -129,6 +129,9 @@ int fstabinfo (int argc, char **argv)
char *file;
bool filtered = false;
+ /* Ensure that we are only quiet when explicitly told to be */
+ unsetenv ("EINFO_QUIET");
+
while ((opt = getopt_long (argc, argv, getoptstring,
longopts, (int *) 0)) != -1)
{