From faa2df11597cf496205d3d629e3b3147b569afc8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2011 04:49:07 -0500 Subject: more whitespace cleanup Signed-off-by: Mike Frysinger --- sh/runscript.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/runscript.sh.in') diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index 947c2f73..229d1ee7 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -111,7 +111,7 @@ start() [ -n "$command" ] || return 0 local _background= ebegin "Starting ${name:-$RC_SVCNAME}" - if yesno "${command_background}"; then + if yesno "${command_background}"; then _background="--background --pidfile" fi if yesno "$start_inactive"; then @@ -252,7 +252,7 @@ while [ -n "$1" ]; do eerror "$RC_SVCNAME: function \`$1' defined but does not exist" exit 1 fi - fi + fi fi done eerror "$RC_SVCNAME: unknown function \`$1'" -- cgit v1.2.3