From c18d623dc02728e39376239fedbee8e76a87208e Mon Sep 17 00:00:00 2001 From: Alexander V Vershilov Date: Thu, 18 Jul 2013 20:14:42 +0400 Subject: rc-status: fix typo X-Gentoo-Bug: 477318 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477318 --- src/rc/rc-status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/rc-status.c') diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index aba192f..d049216 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -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"); -- cgit v1.2.3