diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-23 12:24:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-23 12:24:15 +0000 |
commit | e1b09daaac1dd337fe9a2ae58f42d3a593284855 (patch) | |
tree | c2e699a9ab6d0b5263d8a1423995e63ca1d32eff /init.d.misc/dbus.in | |
parent | bd34df63613a368698dca3465a2f05273e120c5f (diff) |
fix broken whitespace -- no functional changes
Diffstat (limited to 'init.d.misc/dbus.in')
-rw-r--r-- | init.d.misc/dbus.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.misc/dbus.in b/init.d.misc/dbus.in index 1e8af36c..305b784c 100644 --- a/init.d.misc/dbus.in +++ b/init.d.misc/dbus.in @@ -15,5 +15,5 @@ depend() start_pre() { - mkdir -p $(dirname $pidfile) + mkdir -p $(dirname $pidfile) } |