aboutsummaryrefslogtreecommitdiff
path: root/src/mountinfo.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-06 10:48:00 +0000
committerRoy Marples <roy@marples.name>2007-12-06 10:48:00 +0000
commita178d532020aa159b27fa0fa5e9bb7490c5c35e6 (patch)
tree208bbdd2c47dd04fbd08ef4a15e6298fb19531d1 /src/mountinfo.c
parenta31c7cc61e4ef7e03e9d2986e09bb849de2c292f (diff)
Move RC_ to EINFO_ for all env vars related to einfo.
Diffstat (limited to 'src/mountinfo.c')
-rw-r--r--src/mountinfo.c2
1 files changed, 1 insertions, 1 deletions
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;