Drop one more unnecessary use of /bin/echo -n
authorDidier Raboud <odyx@debian.org>
Sun, 2 Jun 2013 20:59:33 +0000 (22:59 +0200)
committerDidier Raboud <odyx@debian.org>
Wed, 5 Jun 2013 10:30:21 +0000 (12:30 +0200)
Rationale was listed in commit 3d998a9ef130cf67baa4be977fdf505d6a3e4c9e
but this commit forgot the remaining one in init-functions.d/.

init-functions.d/20-left-info-blocks

index 9b9f3b17f653d80783c08c019ff971c01a67d939..5bd8082ac95df1a8110694aab5190ec75e8a90a3 100644 (file)
@@ -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 () {