From ca4918edbd7dc9c7af915c76d3a8cc22110e1cef Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sun, 2 Jun 2013 22:59:33 +0200 Subject: [PATCH] Drop one more unnecessary use of /bin/echo -n Rationale was listed in commit 3d998a9ef130cf67baa4be977fdf505d6a3e4c9e but this commit forgot the remaining one in init-functions.d/. --- init-functions.d/20-left-info-blocks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-functions.d/20-left-info-blocks b/init-functions.d/20-left-info-blocks index 9b9f3b1..5bd8082 100644 --- a/init-functions.d/20-left-info-blocks +++ b/init-functions.d/20-left-info-blocks @@ -1,7 +1,7 @@ # Default info blocks put to the left of the screen log_daemon_msg_pre () { if log_use_fancy_output; then - /bin/echo -n "[....] " || true + echo -n "[....] " || true fi } log_begin_msg_pre () { -- 2.30.2