diff options
author | Juan RP <xtraeme@gmail.com> | 2015-03-22 07:44:43 +0100 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2015-03-22 07:44:43 +0100 |
commit | 47e916265c38c081f7864fb34aa21762c64ad0d8 (patch) | |
tree | 9a389ce75df1a3af524d3c8b75cfa34070e2e3cc /1 | |
parent | 072c64d208f86934f13d1c81d3e0da91fc64ccb5 (diff) | |
download | runit-void-47e916265c38c081f7864fb34aa21762c64ad0d8.tar.gz runit-void-47e916265c38c081f7864fb34aa21762c64ad0d8.tar.xz runit-void-47e916265c38c081f7864fb34aa21762c64ad0d8.zip |
1, 3: remove some more trailing extra newlines.
Diffstat (limited to '1')
-rwxr-xr-x | 1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/1 b/1 index 9e9f413..6938bc8 100755 --- a/1 +++ b/1 @@ -5,7 +5,7 @@ PATH=/usr/bin:/usr/sbin . /etc/runit/functions -msg "Welcome to Void!\n" +msg "Welcome to Void!" [ -r /etc/rc.conf ] && . /etc/rc.conf @@ -25,4 +25,4 @@ fi mkdir -p /run/runit install -m100 /dev/null /run/runit/stopit -msg "Initialization complete, running stage 2...\n" +msg "Initialization complete, running stage 2..." |