about summary refs log tree commit diff
path: root/core-services/08-sysctl.sh
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2015-03-22 07:19:13 +0100
committerJuan RP <xtraeme@gmail.com>2015-03-22 07:19:13 +0100
commit072c64d208f86934f13d1c81d3e0da91fc64ccb5 (patch)
treeb23f67874d5404f5958652488736dede17d9390f /core-services/08-sysctl.sh
parent18bb7cef610e2636cceec82e27dd34acc98824b7 (diff)
downloadrunit-void-072c64d208f86934f13d1c81d3e0da91fc64ccb5.tar.gz
runit-void-072c64d208f86934f13d1c81d3e0da91fc64ccb5.tar.xz
runit-void-072c64d208f86934f13d1c81d3e0da91fc64ccb5.zip
core-services: remove extra newline from msg{,_warn}().
Diffstat (limited to 'core-services/08-sysctl.sh')
-rw-r--r--core-services/08-sysctl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core-services/08-sysctl.sh b/core-services/08-sysctl.sh
index 6616784..2f393ee 100644
--- a/core-services/08-sysctl.sh
+++ b/core-services/08-sysctl.sh
@@ -1,6 +1,6 @@
 # vim: set ts=4 sw=4 et:
 
 if [ -x /sbin/sysctl ]; then
-    msg "Loading sysctl(8) settings...\n"
+    msg "Loading sysctl(8) settings..."
     sysctl --system
 fi