From 023d6584d487d1c72788429584d4f2480075c963 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 2 Jun 2011 10:28:47 -0400 Subject: rc.d/rc.sysinit: whitespace cleanup Signed-off-by: Dave Reisner --- rc.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d b/rc.d index 772f2c6..f0c5204 100755 --- a/rc.d +++ b/rc.d @@ -56,9 +56,9 @@ case $1 in cd / for i; do if [[ -x "/etc/rc.d/$i" ]]; then - /usr/bin/env -i "${ENV[@]}" "/etc/rc.d/$i" "$action" + /usr/bin/env -i "${ENV[@]}" "/etc/rc.d/$i" "$action" else - printf "${C_OTHER}:: ${C_FAIL}Error: ${C_DONE}Daemon script $i does not exist.\n" + printf "${C_OTHER}:: ${C_FAIL}Error: ${C_DONE}Daemon script $i does not exist.\n" fi (( ret += !! $? )) # clamp exit value to 0/1 done -- cgit v1.2.3