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:
parent
3af434a4e9
commit
c18d623dc0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user