From a5967ed214a194b54647342f38ae78d695d497a1 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 18 Aug 2011 23:56:08 +0200 Subject: functions: fix typo in warning message Fixes #25623. Reported-by: Segej Puykin Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index f42c21e..bd05fa8 100644 --- a/functions +++ b/functions @@ -7,7 +7,7 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" if [[ $1 == "start" ]]; then if [[ $STARTING ]]; then - echo "A daemon is starting another daemon, this is unlikely to work as intended.\n" + echo "A daemon is starting another daemon, this is unlikely to work as intended." else export STARTING=1 fi -- cgit v1.2.3