diff options
author | Roy Marples <roy@marples.name> | 2009-04-27 07:51:18 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-27 07:51:18 +0000 |
commit | e70a1429564a8fce5036c351b010a47dbb6c28b7 (patch) | |
tree | a1fc0f75a53041771bc9054fdab517ac32b3d79a /init.d/dumpon.in | |
parent | eaa32c75c9bba7af0ec842d82f56a6862bbc83db (diff) |
Style.
Diffstat (limited to 'init.d/dumpon.in')
-rw-r--r-- | init.d/dumpon.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/dumpon.in b/init.d/dumpon.in index f2b65308..26179d82 100644 --- a/init.d/dumpon.in +++ b/init.d/dumpon.in @@ -11,8 +11,8 @@ depend() { start() { # Setup any user requested dump device - if [ -n "${dump_device}" ]; then - ebegin "Activating kernel core dump device (${dump_device})" + if [ -n "$dump_device" ]; then + ebegin "Activating kernel core dump device ($dump_device)" dumpon ${dump_device} eend $? fi |