projects
/
lsb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70f5cb
)
Drop one more unnecessary use of /bin/echo -n
author
Didier Raboud
<odyx@debian.org>
Sun, 2 Jun 2013 20:59:33 +0000
(22:59 +0200)
committer
Didier 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
patch
|
blob
|
history
diff --git
a/init-functions.d/20-left-info-blocks
b/init-functions.d/20-left-info-blocks
index 9b9f3b17f653d80783c08c019ff971c01a67d939..5bd8082ac95df1a8110694aab5190ec75e8a90a3 100644
(file)
--- 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 () {