rc-status: fix typo

X-Gentoo-Bug: 477318
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477318
This commit is contained in:
Alexander V Vershilov 2013-07-18 20:14:42 +04:00 committed by William Hubbs
parent 3af434a4e9
commit c18d623dc0

View File

@ -353,7 +353,7 @@ rc_status(int argc, char **argv)
l->value = p;
/* we are unsetting RC_SVCNAME because last loaded service
wount be added to list */
unsetenv(RC_SVCNAME);
unsetenv("RC_SVCNAME");
print_level("Dynamic", "needed");
print_services(NULL, nservices);
print_level("Dynamic", "manual");