diff options
author | Roy Marples <roy@marples.name> | 2007-12-06 10:48:00 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-06 10:48:00 +0000 |
commit | a178d532020aa159b27fa0fa5e9bb7490c5c35e6 (patch) | |
tree | 208bbdd2c47dd04fbd08ef4a15e6298fb19531d1 /src/fstabinfo.c | |
parent | a31c7cc61e4ef7e03e9d2986e09bb849de2c292f (diff) |
Move RC_ to EINFO_ for all env vars related to einfo.
Diffstat (limited to 'src/fstabinfo.c')
-rw-r--r-- | src/fstabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fstabinfo.c b/src/fstabinfo.c index ffb42a1f..9888fff7 100644 --- a/src/fstabinfo.c +++ b/src/fstabinfo.c @@ -205,7 +205,7 @@ int fstabinfo (int argc, char **argv) } /* No point in outputting if quiet */ - if (rc_yesno (getenv ("RC_QUIET"))) + if (rc_yesno (getenv ("EINFO_QUIET"))) continue; switch (output) { |