From a178d532020aa159b27fa0fa5e9bb7490c5c35e6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 6 Dec 2007 10:48:00 +0000 Subject: Move RC_ to EINFO_ for all env vars related to einfo. --- src/mountinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mountinfo.c') diff --git a/src/mountinfo.c b/src/mountinfo.c index 4fed2b1a..09003d4a 100644 --- a/src/mountinfo.c +++ b/src/mountinfo.c @@ -443,7 +443,7 @@ int mountinfo (int argc, char **argv) rc_strlist_reverse (nodes); result = EXIT_FAILURE; - quiet = rc_yesno (getenv ("RC_QUIET")); + quiet = rc_yesno (getenv ("EINFO_QUIET")); STRLIST_FOREACH (nodes, n, i) { if (point_regex && regexec (point_regex, n, 0, NULL, 0) != 0) continue; -- cgit v1.2.3