diff options
| author | Alexander V Vershilov <qnikst@gentoo.org> | 2013-07-18 20:14:42 +0400 | 
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-07-19 15:30:28 -0500 | 
| commit | c18d623dc02728e39376239fedbee8e76a87208e (patch) | |
| tree | b7f234cdea3e466bb0cfdf9857ff25bbf5b3f75e /src/rc | |
| parent | 3af434a4e90f6e964105d94163169f843113a1fb (diff) | |
| download | openrc-c18d623dc02728e39376239fedbee8e76a87208e.tar.xz | |
rc-status: fix typo
X-Gentoo-Bug: 477318
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477318
Diffstat (limited to 'src/rc')
| -rw-r--r-- | src/rc/rc-status.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index aba192f0..d0492168 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"); | 
