Whitespace.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2012-11-07 00:32:09 +00:00
parent 1b0130961e
commit 4ec1edc1f8

View File

@ -10,7 +10,7 @@ depend() {
start()
{
# HOSTNAME variable used to be defined in caps in conf.d/hostname.
# HOSTNAME variable used to be defined in caps in conf.d/hostname.
# It is also a magic variable in bash.
hostname=${hostname-${HOSTNAME-localhost}} # checkbashisms: false positive
ebegin "Setting hostname to $hostname"