commit: f2c2e2dd5a5e0a22da4dcabea6615d0f4697a962
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Jul 27 19:09:24 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 19:09:24 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f2c2e2dd
init.d/sysctl.in: typo fix
init.d/sysctl.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.d/sysctl.in b/init.d/sysctl.in
index 05f5c4c..cb756f3 100644
--- a/init.d/sysctl.in
+++ b/init.d/sysctl.in
@@ -49,7 +49,7 @@ start()
local rc=0
ebegin "Configuring kernel parameters"
- case $RC_UNAME" in
+ case "$RC_UNAME" in
*BSD|GNU) BSD_sysctl; rc=$? ;;
Linux) Linux_sysctl; rc=$? ;;
esac