From 072c64d208f86934f13d1c81d3e0da91fc64ccb5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 22 Mar 2015 07:19:13 +0100 Subject: core-services: remove extra newline from msg{,_warn}(). --- core-services/00-pseudofs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core-services/00-pseudofs.sh') diff --git a/core-services/00-pseudofs.sh b/core-services/00-pseudofs.sh index 5d72950..7f23f13 100644 --- a/core-services/00-pseudofs.sh +++ b/core-services/00-pseudofs.sh @@ -1,6 +1,6 @@ # vim: set ts=4 sw=4 et: -msg "Mounting pseudo-filesystems...\n" +msg "Mounting pseudo-filesystems..." mountpoint -q /proc || mount -o nosuid,noexec,nodev -t proc proc /proc mountpoint -q /sys || mount -o nosuid,noexec,nodev -t sysfs sys /sys mountpoint -q /run || mount -o mode=0755,nosuid,nodev -t tmpfs run /run -- cgit 1.4.1