aboutsummaryrefslogtreecommitdiff
path: root/src/rc-update.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/rc-update.c
parenta31c7cc61e4ef7e03e9d2986e09bb849de2c292f (diff)
Move RC_ to EINFO_ for all env vars related to einfo.
Diffstat (limited to 'src/rc-update.c')
-rw-r--r--src/rc-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-update.c b/src/rc-update.c
index 02a650fe..04f6cdff 100644
--- a/src/rc-update.c
+++ b/src/rc-update.c
@@ -185,7 +185,7 @@ int rc_update (int argc, char **argv)
}
}
- verbose = rc_yesno (getenv ("RC_VERBOSE"));
+ verbose = rc_yesno (getenv ("EINFO_VERBOSE"));
if ((action & DOSHOW && action != DOSHOW) ||
(action & DOADD && action != DOADD) ||